ebiten/audio
Hajime Hoshi 97fa948e5e audio/internal/readerdriver: Bug fix: createBuffer failed when the buffer size is 0
When the decoded audio size is exactly multiples of an internal
buffer size, the buffer's size becomes exactly zero when being
appended. In this case, createBuffer fails and the application
crashes.

This change fixes this issue by skipping to append a buffer in such
cases.

Closes #1635
2021-05-07 02:37:30 +09:00
..
internal audio/internal/readerdriver: Bug fix: createBuffer failed when the buffer size is 0 2021-05-07 02:37:30 +09:00
mp3 audio/mp3: Add DecodeWithSampleRate 2021-01-06 23:03:50 +09:00
vorbis audio/vorbis: Bug fix: Resampling didn't work correctly 2021-01-19 00:41:47 +09:00
wav audio/wav: Add DecodeWithSampleRate 2021-01-06 23:09:52 +09:00
audio_test.go audio: Bug fix: Test failures on browsers 2021-03-22 03:50:05 +09:00
audio.go audio/internal/readdriver: Bug fix: Implement Suspend/Resume for browsers 2021-05-04 18:51:25 +09:00
buffersize_js.go audio: Use the larget buffer size for go2cpp 2021-01-05 16:07:36 +09:00
buffersize_mobile.go audio: Use bigger buffers for mobiles 2018-06-09 18:14:18 +09:00
buffersize_notmobile.go audio: Use the larget buffer size for go2cpp 2021-01-05 16:07:36 +09:00
export_test.go audio: Bug fix: Compile error on the tests 2021-05-04 22:11:06 +09:00
loop_test.go audio: Bug fix: NewInfiniteLoop(WithIntro) should work with incomplete values 2021-02-22 02:15:45 +09:00
loop.go audio: Bug fix: NewInfiniteLoop(WithIntro) should work with incomplete values 2021-02-22 02:15:45 +09:00
otodriver.go audio: Refactoring 2021-01-07 02:14:42 +09:00
readerplayer.go audio/internal/readdriver: Bug fix: Implement Suspend/Resume for browsers 2021-05-04 18:51:25 +09:00
writerplayer.go audio: Bug fix: Deadlock at acquiring the semaphore 2021-01-23 23:07:19 +09:00