Zero crossing ? #1007
Answered
by
pschatzmann
Inssomniak
asked this question in
Q&A
Zero crossing ?
#1007
-
Hello Is there a facility in any of the audio tools that one can use analog audio ADC or an i2s stream to determine zero crossing of the audio ? I’m looking for a way to run_some_code when the waveform is at zero/silent. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Oct 5, 2023
Replies: 1 comment 1 reply
-
I am not really sure what your purpose is. Though I am not officially supporting this I suggest that you have a look at the FrequncyZeroCrossingStream class. You can register a callback to be informed for each upward 0 crossing. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pschatzmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am not really sure what your purpose is. Though I am not officially supporting this I suggest that you have a look at the FrequncyZeroCrossingStream class. You can register a callback to be informed for each upward 0 crossing.