Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert the libqb audio logging to use the new logging system #577

Open
mkilgore opened this issue Nov 26, 2024 · 0 comments
Open

Convert the libqb audio logging to use the new logging system #577

mkilgore opened this issue Nov 26, 2024 · 0 comments
Labels
enhancement New feature or request logging

Comments

@mkilgore
Copy link
Contributor

#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:

  1. In audio.h, write new audio_log_* macros that call libqb_log_with_scope_* with the logscope::Audio (the scope already exists).
  2. 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.)
@mkilgore mkilgore added enhancement New feature or request logging labels Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request logging
Projects
None yet
Development

No branches or pull requests

1 participant