audio-play
audio-play copied to clipboard
warning: Didn't have any audio data in callback (buffer underflow) on MacOS High Sierra
After playing a buffer, I get the following error.
play('testfile.mp3');
[../deps/mpg123/src/output/coreaudio.c:81] warning: Didn't have any audio data in callback (buffer underflow)
This error repeats in a loop.
This should be fixed with the custom speaker implementation which is currently a work in progress. https://github.com/audiojs/audio-speaker/pull/44
Any progress so far? Still getting this warning...
I got the same issue, how to stop warning [../deps/mpg123/src/output/coreaudio.c:81] warning: Didn't have any audio data in callback (buffer underflow)
I also see this warning! Any workaround yet?
We're blocked by https://github.com/audiojs/node-cubeb, https://github.com/audiojs/audio-speaker/pull/44 or https://github.com/audiojs/audio-mpg123/pull/10. That needs a separate effort.