-
Notifications
You must be signed in to change notification settings - Fork 1
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
Noise floor and digital black #15
Comments
so any audio frame that is filled with 0 values should be omitted? or every 0 sample? This may add some processing time as I'd have to run another astats instance but filter out the 0 samples. |
Not sure about this. What would cause the Noise_floor_dB in the csv to report a value of "=-inf" I thought that "=-inf" implied 0 sample value, but after checking a few examples (w/ Audition's Amplitude Statistics) that does not seem to be the case. |
Try latest ffmpeg version from git, it should have fixed noise floor calculation, no longer uses histogram approach, and was limited to 8192 bins - which caused that very small noise floors would be reported as -inf while in fact they where not 0. |
@richardpl Do you know if a new version of FFmpeg will be released soonish? |
Not really, there was plan to release 6.1 in July but overall situation and morale is pretty low since "introduction to mailing list/pushing for committing" of avradio/(Software Defined Radio) directly into FFmpeg. |
Thank you for the information! This confirms my feelings. |
Factor out any digital black in the audio data from the calculation of noise floor level.
The text was updated successfully, but these errors were encountered: