Lagrange [release]
Support Ogg Vorbis audio
Fri Oct 9 21:51:36 2020 +0300
Playback starts as soon as possible, so one can listen while streaming.
stb_vorbis.c needed a tiny tweak to not die on a file without (Ogg? Vorbis?) comments.
CMakeLists.txt | 2 + src/audio/player.c | 153 ++++++++++++++++++++++++++++++++++++++++-------- src/audio/stb_vorbis.c | 4 +- src/gmrequest.c | 3 + src/ui/documentwidget.c | 13 ++-- 5 files changed, 143 insertions(+), 32 deletions(-)