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
Currently linear interpolation only is implemented to match the sampling rate of the stream to that of the audio context of the browser.
If the two frequencies are close to each other (e.g. 44.1 kHz vs 48 kHz), this is fine. However, if they are very different (e.g. 44.1 kHz vs 192 kHz), we will start to run into troubles.
The text was updated successfully, but these errors were encountered:
fakufaku
changed the title
Support more sampling rates in the browser
Better resampling between stream sampling frequency and browser audio context frequency
Mar 17, 2017
Currently linear interpolation only is implemented to match the sampling rate of the stream to that of the audio context of the browser.
If the two frequencies are close to each other (e.g. 44.1 kHz vs 48 kHz), this is fine. However, if they are very different (e.g. 44.1 kHz vs 192 kHz), we will start to run into troubles.
The text was updated successfully, but these errors were encountered: