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
audio-spectrum-main.js constructs an AudioContext with the default sample rate, but this may not be the best sample rate available for a given input device. Detect what that sample rate is and re-create the context to suit. This will require consulting MediaStreamTrack.getCapabilities(), and refactoring to allow replacing the AudioContext after startup.
The text was updated successfully, but these errors were encountered:
audio-spectrum-main.js
constructs anAudioContext
with the default sample rate, but this may not be the best sample rate available for a given input device. Detect what that sample rate is and re-create the context to suit. This will require consultingMediaStreamTrack.getCapabilities()
, and refactoring to allow replacing the AudioContext after startup.The text was updated successfully, but these errors were encountered: