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
Instead of hardcoding a specific sampling rate, we should pull the sampling rate from the audio device we're using. #14 was a first attempt at this, but I want to fix it up to avoid setting the sampling rate to a static variable
The text was updated successfully, but these errors were encountered:
Commenting so I can get notified about this when progress is being made. Pending the resolution of the madmom timing issues, it's a nearly trivial fix to ensure that the pyAudio/portAudio stream is opened under the desired sampling rate.
You can actually subscribe to updates on an issue by pressing the “Subscribe” button. As for Madmom sampling rate - unless there is a bug in how Madmom works, I don’t think there’s any reason that it needs to have the same sampling rate as Spectrum.
Instead of hardcoding a specific sampling rate, we should pull the sampling rate from the audio device we're using. #14 was a first attempt at this, but I want to fix it up to avoid setting the sampling rate to a static variable
The text was updated successfully, but these errors were encountered: