qzdoom/src/sound
Christoph Oelckers 3f552ea95f - added loop tag reading to the new streaming music class.
This is somewhat brute-force thanks to the surprising lack of good documentation for the Ogg headers. The only other option would have been some rather bloated library for a function that should be 25-30 lines at most.
2017-04-01 21:40:36 +02:00
..
mididevices Merge branch '3.0_work' 2017-03-12 20:31:34 +01:00
musicformats - added loop tag reading to the new streaming music class. 2017-04-01 21:40:36 +02:00
oplsynth - reorganized sound related code. 2017-03-10 20:53:03 +01:00
timidity - reorganized sound related code. 2017-03-10 20:53:03 +01:00
wildmidi - moved the various music format files into their own directory. 2017-03-10 22:26:02 +01:00
efx.h Normalize line endings 2016-03-01 09:47:10 -06:00
except.h Don't try to define __try/__except on non-MSVC systems 2016-04-26 05:55:18 -07:00
fmod_wrap.h - Added support for building with FMOD Studio Low Level API (partially based off of Emile Belanger's/Beloko Games Android work) 2016-08-27 22:14:57 -04:00
fmodsound.cpp - finally managed to get rid of the DWORD type. 2017-03-10 19:46:22 +01:00
fmodsound.h - finally managed to get rid of the DWORD type. 2017-03-10 19:46:22 +01:00
i_midi_win32.h - finally managed to get rid of the DWORD type. 2017-03-10 19:46:22 +01:00
i_music.cpp - added a dedicated player class for streamed music formats (i.e. MP3, Ogg and Flac) 2017-04-01 19:47:12 +02:00
i_music.h - added a gme_stereodepth CVAR. 2017-02-26 14:04:30 +01:00
i_musicinterns.h - added a dedicated player class for streamed music formats (i.e. MP3, Ogg and Flac) 2017-04-01 19:47:12 +02:00
i_sound.cpp - removed Windows includes from two more files. 2017-03-10 23:30:30 +01:00
i_sound.h - added a dedicated player class for streamed music formats (i.e. MP3, Ogg and Flac) 2017-04-01 19:47:12 +02:00
i_soundinternal.h - added a dedicated player class for streamed music formats (i.e. MP3, Ogg and Flac) 2017-04-01 19:47:12 +02:00
mpg123_decoder.cpp - added a dedicated player class for streamed music formats (i.e. MP3, Ogg and Flac) 2017-04-01 19:47:12 +02:00
mpg123_decoder.h - added a dedicated player class for streamed music formats (i.e. MP3, Ogg and Flac) 2017-04-01 19:47:12 +02:00
music_midi_base.cpp - finally managed to get rid of the DWORD type. 2017-03-10 19:46:22 +01:00
oaldef.h - On Windows, use LoadLibrary/GetProcAddress to load OpenAL function addresses. 2016-02-01 14:02:25 +01:00
oalload.h - Added support for GTK3 (thanks to "MineyMe" and edward-san) 2016-11-12 18:32:09 -05:00
oalsound.cpp - added a dedicated player class for streamed music formats (i.e. MP3, Ogg and Flac) 2017-04-01 19:47:12 +02:00
oalsound.h - except for DWORD, all homegrown integer types are gone - a handful were left where they represent genuine Windows types. 2017-03-09 19:54:41 +01:00
sndfile_decoder.cpp - added a dedicated player class for streamed music formats (i.e. MP3, Ogg and Flac) 2017-04-01 19:47:12 +02:00
sndfile_decoder.h - added a dedicated player class for streamed music formats (i.e. MP3, Ogg and Flac) 2017-04-01 19:47:12 +02:00