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 |
|
Hajime Hoshi
|
c0884b5ab2
|
audio/vorbis: Avoid unnecessary appending
|
2018-10-06 00:06:47 +09:00 |
|
Hajime Hoshi
|
e61af537f4
|
audio/vorbis: Use jfreymuth/oggvorbis when the target is Wasm
|
2018-07-05 02:27:23 +09:00 |
|
Hajime Hoshi
|
de7065bbf7
|
audio/vorbis/internal/stb: Use float32 version of decoder for efficiency
|
2018-07-05 01:37:51 +09:00 |
|
Hajime Hoshi
|
992f6c767a
|
audio/vorbis: Use stb_vorbis.c on browsers
This change adds a Ogg/Vorbis decoder stb_vorbis.c usage that is
compiled by Emscripten as WebAssembly.
Fixes #623
|
2018-07-04 01:23:11 +09:00 |
|