gzdoom/src/sound
alexey.lysiuk cf23deef74 Fixed ssize_t type definition for mpg123 (affects MSVC x64 only)
According to MinGW headers (which is used for compiling libmpg123) ssize_t type must be 64-bit in size on 64-bit Windows
Moreover it was impossible to build GZDoom with the recent versions of libmpg123 because of wrong type redifinition
Tested MP3 music on Deus Vult II with Release x64 and OpenAL backend
2017-03-06 18:05:06 +02:00
..
efx.h
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 - Fixed the spline/cubic crashes for FMOD 4.24 64-bit, too. 2016-11-24 09:26:39 +01:00
fmodsound.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
i_music.cpp - added a gme_stereodepth CVAR. 2017-02-26 14:04:30 +01:00
i_music.h - added a gme_stereodepth CVAR. 2017-02-26 14:04:30 +01:00
i_musicinterns.h - Added support for GTK3 (thanks to "MineyMe" and edward-san) 2016-11-12 18:32:09 -05:00
i_sound.cpp - Run libsndfile before libmpg123 when reading an audio lump. 2017-01-17 16:47:37 +01:00
i_sound.h Merge remote-tracking branch 'zdoom/master' 2016-05-05 12:55:16 -07:00
i_soundinternal.h Load mono copies of multichannel sounds that are used in 3D 2016-05-01 21:44:03 +02:00
mpg123_decoder.cpp Removed homebrew MP3 format detection 2017-01-17 11:26:51 +02:00
mpg123_decoder.h Fixed ssize_t type definition for mpg123 (affects MSVC x64 only) 2017-03-06 18:05:06 +02:00
music_cd.cpp
music_dumb.cpp - Fixed: Modern versions of GCC on PowerPC inserted padding to the end of pragma packed structures. 2016-03-13 01:14:08 -05:00
music_fluidsynth_mididevice.cpp - Added support for GTK3 (thanks to "MineyMe" and edward-san) 2016-11-12 18:32:09 -05:00
music_gme.cpp - added a gme_stereodepth CVAR. 2017-02-26 14:04:30 +01:00
music_hmi_midiout.cpp - Clear out GCC 6.2 warnings (interestingly they now check for misleading indentation which found a good case in fragglescript/t_func.cpp even though I believe it was harmless) 2016-10-17 00:19:08 -04:00
music_midi_base.cpp - prevent message spam with no MIDI devices. 2016-05-18 13:11:01 +02:00
music_midi_timidity.cpp - added multiple message levels for 'developer' CVAR so that the important stuff won't get drowned in pointless notification spam that's of no use to anyone. 2016-08-28 09:55:04 +02:00
music_midistream.cpp
music_mus_midiout.cpp Fixed endianness issue with precaching of MUS files 2016-10-01 11:50:29 +02:00
music_mus_opl.cpp
music_pseudo_mididevice.cpp
music_smf_midiout.cpp - Clear out GCC 6.2 warnings (interestingly they now check for misleading indentation which found a good case in fragglescript/t_func.cpp even though I believe it was harmless) 2016-10-17 00:19:08 -04:00
music_softsynth_mididevice.cpp - added a system-include independent wrapper for Windows's OutputDebugString, so that this can be used more easily in files that cannot include windows.h. 2016-04-10 13:03:44 +02:00
music_stream.cpp
music_timidity_mididevice.cpp
music_wildmidi_mididevice.cpp
music_win_mididevice.cpp
music_xmi_midiout.cpp - Clear out GCC 6.2 warnings (interestingly they now check for misleading indentation which found a good case in fragglescript/t_func.cpp even though I believe it was harmless) 2016-10-17 00:19:08 -04:00
oaldef.h
oalload.h - Added support for GTK3 (thanks to "MineyMe" and edward-san) 2016-11-12 18:32:09 -05:00
oalsound.cpp Do not change indentation of the licence... 2017-02-23 21:01:09 +01:00
oalsound.h Added option to control dynamic loading of OpenAL 2016-05-29 14:25:04 +02:00
sndfile_decoder.cpp - Fixed uninitialized data for libsndfile. 2017-01-17 00:21:27 +01:00
sndfile_decoder.h