ebiten/audio
Hajime Hoshi faaf391619 audio: Give up syncing audio timer and game timer (#617)
Syncing was already incomplete (e.g. decoding takes more than one
frame and delays can happen in this case). Giving up syncing audio
timer and game timer should not affect the game experience so much.
Instead, clock implementation will be much simpler.
2018-05-27 00:30:12 +09:00
..
internal/convert audio: Deprecate Size() and add Length() (#466) 2018-01-09 01:25:38 +09:00
mp3 mp3: Set finalizer for the stream 2018-03-27 10:58:13 +09:00
vorbis audio/vorbis: Bug fix: fail to decode too short ogg 2018-04-07 22:13:12 +09:00
wav wav: Set finalizer for the stream 2018-03-27 12:10:57 +09:00
audio.go audio: Give up syncing audio timer and game timer (#617) 2018-05-27 00:30:12 +09:00
infiniteloop.go audio: Fix wrong comments 2017-10-01 18:07:18 +09:00