ebiten/audio/internal
Hajime Hoshi 6a8abac194 audio/interna/readerdriver: Bug fix: Potential issue when all the players were gone
When all the players were gone, the waveOut is closed once. From
this state, playing an audio again might take long.

This change fixes the issue by not closing the waveOut even when
all the players are gone.

This change also changes the returning value of read when the
player doesn't play.
2021-05-28 16:09:43 +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/interna/readerdriver: Bug fix: Potential issue when all the players were gone 2021-05-28 16:09:43 +09:00