Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better resampling between stream sampling frequency and browser audio context frequency #2

Open
fakufaku opened this issue Mar 3, 2017 · 0 comments

Comments

@fakufaku
Copy link
Collaborator

fakufaku commented Mar 3, 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.

@fakufaku 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant