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

Audio is choppy on Android chrome #173

Open
IrosTheBeggar opened this issue Aug 17, 2016 · 2 comments
Open

Audio is choppy on Android chrome #173

IrosTheBeggar opened this issue Aug 17, 2016 · 2 comments

Comments

@IrosTheBeggar
Copy link

I'm testing out aurura for flac playback and it's working just fine on desktop. However in my mobile browser the audio is very choppy. There's a short pause every second or two.

I'm wondering if anyone else has run into this problem and if there's any way around it.

For the backend, I'm using Node + Express to serve the flac files

@nickcarterney
Copy link

nickcarterney commented Aug 31, 2016

=)) I got the same issue :D they told me that is not aurora's issue . Maybe it's caused by android OS or Google Chrome

@Kukunin
Copy link

Kukunin commented Jan 10, 2019

This might be related: https://bugs.chromium.org/p/chromium/issues/detail?id=650425. Aurora uses createScriptProcessor which has problems with bufferSize < 4096 (or even 8192). It reproduces on S8/S9: http://jsfiddle.net/78yKV/25. There is no workaround other than implementing a new audio device using AudioWorklets introduced in Chrome 66+ https://developers.google.com/web/updates/2017/12/audio-worklet

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

3 participants