mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
124389561c
In the current implementation, the audio context will be ready when a player's Write is finished. If the buffer is too short, Write finishes immediately without accessing the low audio layer and the audio context would be ready without playing anything. This change changes the dummy buffer to have a long enough buffer so that Write will be wait for acutual audio playing. Fixes #970 |
||
---|---|---|
.. | ||
internal/convert | ||
mp3 | ||
vorbis | ||
wav | ||
audio_test.go | ||
audio.go | ||
buffersize_mobile.go | ||
buffersize_notmobile.go | ||
context_test.go | ||
context.go | ||
loop_test.go | ||
loop.go | ||
testinternal_test.go |