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
Describe the solution you'd like
when using black.detect it would be good for the dB to passwed to the on_blank on_noise functions like so
blank.detect(on_noise=fun(db) -> print("volume detected at #{db}"), radio)
**Describe alternatives you've considered**
currently i am passing rms / peak to the source and running .peak on noise and .rms on blank
The text was updated successfully, but these errors were encountered:
mooseh
changed the title
Adding dB to blank.detect
Feature Request: Adding dB to blank.detect
Feb 28, 2024
Describe the solution you'd like
when using black.detect it would be good for the dB to passwed to the on_blank on_noise functions like so
The text was updated successfully, but these errors were encountered: