ebiten/audio/internal
Hajime Hoshi 410d0f52e5 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:35:57 +09:00
..
convert audio/internal/convert: Avoid unnecessary allocations 2021-01-25 03:04:53 +09:00
go2cpp audio/internal/go2cpp: Bug fix: Potential deadlock at Play 2021-05-03 17:54:25 +09:00
oboe audio/internal/oboe: Bug fix: Always use OpenSL 2021-05-05 18:09:44 +09:00
readerdriver audio/internal/readerdriver: Bug fix: createBuffer failed when the buffer size is 0 2021-05-07 02:35:57 +09:00