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

Omit buffer size #3

Merged
merged 1 commit into from
Aug 24, 2018
Merged

Omit buffer size #3

merged 1 commit into from
Aug 24, 2018

Conversation

Korilakkuma
Copy link
Contributor

The following is quote from
https://webaudio.github.io/web-audio-api/#scriptprocessornode

This value will be picked by the implementation if the bufferSize argument to createScriptProcessor() is not passed in, or is set to 0

I think that the browsers select optimized buffer size. Therefore, this PR omitted buffer size. Actually, when I tried to use Microsoft Edge, that was better.

The following is quote from
https://webaudio.github.io/web-audio-api/#scriptprocessornode

` This value will be picked by the implementation if the bufferSize
argument to createScriptProcessor() is not passed in, or is set to 0`
@developit
Copy link
Collaborator

Awesome!

@developit developit merged commit a6714d1 into GoogleChromeLabs:master Aug 24, 2018
@Korilakkuma Korilakkuma deleted the feature/change-buffer-size branch August 24, 2018 14:38
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

Successfully merging this pull request may close these issues.

2 participants