Convert the libqb audio logging to use the new logging system #577
Open
Description
#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 newaudio_log_*
macros that calllibqb_log_with_scope_*
with thelogscope::Audio
(the scope already exists). - Replace all
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.)