We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is probably from debugging: https://github.com/LabSound/LabSound/blob/v1.2.0/src/core/AudioNode.cpp#L20
A similar log is currently in main: https://github.com/LabSound/LabSound/blob/main/src/core/AudioNode.cpp#L19
main
Also, why not use LOG_TRACE or some of those?
LOG_TRACE
The text was updated successfully, but these errors were encountered:
It's historic. ASN_PRINT is very old, and should have been moved when LOG_TRACE was introduced. I hadn't thought about that point.
Sorry, something went wrong.
Well that's currently named LOG_PLAYBACK_STATE_TRANSITION. Switching to LOG_TRACE makes sense.
LOG_PLAYBACK_STATE_TRANSITION
Also when using loadHrtfDatabase, I get a ton of logs from https://github.com/LabSound/LabSound/blob/main/src/extended/AudioFileReader.cpp#L85 - because printf is used directly.
loadHrtfDatabase
printf
You've found enough inconsistencies to make this a specific task to clean up all logging and tracing ~ I renamed the issue to be more general.
No branches or pull requests
This is probably from debugging:
https://github.com/LabSound/LabSound/blob/v1.2.0/src/core/AudioNode.cpp#L20
A similar log is currently in
main
:https://github.com/LabSound/LabSound/blob/main/src/core/AudioNode.cpp#L19
Also, why not use
LOG_TRACE
or some of those?The text was updated successfully, but these errors were encountered: