ebiten/audio/internal
Hajime Hoshi 91d3d6b4e7 audio/internal/readerdriver: Bug fix: Avoid busy loop when EOF is reached
This is a part of reverting 81015a3c19.

On Drawin, the loop became busy when the source reached EOF. This
change fixes this issue by making the loop wait when the EOF is
reached and until the state is reset.

Updates #1650
2021-05-26 03:37:50 +09:00
..
convert audio/internal/convert: Avoid unnecessary allocations 2021-01-25 03:04:53 +09:00
go2cpp audio/internal/go2cpp: Simplify reading the source 2021-05-10 04:00:58 +09:00
oboe audio/internal/oboe: Bug fix: Opening a stream might fail when too many streams are opened 2021-05-16 19:43:47 +09:00
readerdriver audio/internal/readerdriver: Bug fix: Avoid busy loop when EOF is reached 2021-05-26 03:37:50 +09:00