ebiten/audio
Hajime Hoshi 13f6549cb6 audio/vorbis: Remove duplicated decoded data
There was duplicated decoded date in audio/vorbis package and Ogg
decoder package. This change removes this duplication and reduces
memory usage.
2019-01-15 03:52:27 +09:00
..
internal/convert audio: Deprecate Size() and add Length() (#466) 2018-01-09 01:25:38 +09:00
mp3 audio/mp3: Use TypedArray (#642) 2018-07-07 17:19:47 +09:00
vorbis audio/vorbis: Remove duplicated decoded data 2019-01-15 03:52:27 +09:00
wav wav: Set finalizer for the stream 2018-03-27 12:10:57 +09:00
audio_test.go audio: Improve test flakiness 2019-01-06 00:11:34 +09:00
audio.go audio: Remove unneeded 'break' 2019-01-10 02:34:58 +09:00
buffersize_mobile.go audio: Use bigger buffers for mobiles 2018-06-09 18:14:18 +09:00
buffersize_notmobile.go audio: Use bigger buffers for mobiles 2018-06-09 18:14:18 +09:00
driver_test.go audio: Use a dummy driver for testing 2018-12-17 23:06:59 +09:00
loop_test.go audio: Add NewInfiniteLoopWithIntro (#652) 2018-07-28 21:25:42 +09:00
loop.go audio: Add NewInfiniteLoopWithIntro (#652) 2018-07-28 21:25:42 +09:00
mux.go audio: Remove unneeded 'break' 2019-01-10 02:34:58 +09:00
testinternal_test.go audio: Bug fix: Test compilation error 2019-01-09 23:39:12 +09:00