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
I am trying to do some experiments with ultrasound. I found that analog input 2 channels at 88200 was reporting the same block size as the audio at 44100, and analogRead() was returning 0 for the second half of the expected block size:
I am trying to do some experiments with ultrasound. I found that analog input 2 channels at 88200 was reporting the same block size as the audio at 44100, and
analogRead()
was returning 0 for the second half of the expected block size:in
setup()
was printingwhich is obviously inconsistent.
I made a small change to
core/RTAudio.cpp
and am now getting much more sensible behaviour:my
setup()
now printsand the scopes look much more sensible.
(If you really want I could do a github pull request dance for your entertainment...)
The text was updated successfully, but these errors were encountered: