You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#566 converted the image logging to use the new logging system but did not touch the audio system. The conversion process for audio will be the same as it was for image:
In audio.h, write new audio_log_* macros that call libqb_log_with_scope_* with the logscope::Audio (the scope already exists).
Replace all AUDIO_DEBUG_PRINT usages with a corresponding audio_log_*. The log level to use depends on the statement (Ex. How often it will appear, how useful it is to see, etc.)
The text was updated successfully, but these errors were encountered:
#566 converted the image logging to use the new logging system but did not touch the audio system. The conversion process for audio will be the same as it was for image:
audio.h
, write newaudio_log_*
macros that calllibqb_log_with_scope_*
with thelogscope::Audio
(the scope already exists).AUDIO_DEBUG_PRINT
usages with a correspondingaudio_log_*
. The log level to use depends on the statement (Ex. How often it will appear, how useful it is to see, etc.)The text was updated successfully, but these errors were encountered: