aboutsummaryrefslogtreecommitdiffstats
path: root/src/audio
Commit message (Expand)AuthorAgeFilesLines
* (Test) Try to fix streams stop after a whileerorcun2021-02-142-4/+9
* Add english strings to translations as stubs, also translation noticeSergeanur2021-02-121-1/+1
* Fix crash when falling from bike while shootingSergeanur2021-02-111-0/+2
* MP3 player fixeserorcun2021-02-031-1/+18
* OAL Loops, fixeserorcun2021-02-025-65/+142
* Overhaul MusicManager - fix radio bugs, scroll to prev station, radio off texterorcun2021-02-015-244/+320
* Fix some UBserorcun2021-01-292-2/+5
* make building with Codewarrior 7 possiblewithmorten2021-01-247-9/+10
* Includes overhaul, fix some compiler warningserorcun2021-01-236-26/+21
* get rid of most --MIAMI commentswithmorten2021-01-221-2/+0
* m_nWantedLevel -> GetWantedLevel()withmorten2021-01-222-5/+5
* Port debug messagess for audio cacheFilip Gawin2021-01-161-5/+12
* Fix Jumbo Sound reseting when walkingSergeanur2021-01-151-0/+1
* Revert extra checks before autolinkingFilip Gawin2021-01-141-2/+0
* RE3_NO_AUTOLINK to CMAKE_NO_AUTOLINKFilip Gawin2021-01-143-3/+3
* More checks before autolinkingFilip Gawin2021-01-142-1/+3
* Backport fix from re3Filip Gawin2021-01-141-1/+1
* Fix gOneShotColSergeanur2021-01-081-1/+3
* Add MPG123_QUIET to mp3 filesSergeanur2021-01-071-1/+1
* Make opus available alongside other formatsSergeanur2021-01-073-75/+75
* Fix 16KHz trackSergeanur2021-01-071-1/+1
* Cleanup and fixes for new decodersSergeanur2021-01-061-118/+149
* Fixes for CVbFileFilip Gawin2021-01-061-4/+4
* Small fixes for new wav decoderFilip Gawin2021-01-061-3/+3
* Implementing our own WAV decoder to replace SndFileSergeanur2021-01-061-28/+329
* Add support of PS2 audio streams to OpenALSergeanur2021-01-053-11/+255
* Fix chainsaw soundSergeanur2021-01-051-2/+2
* Audio fixesSergeanur2021-01-053-104/+109
* Fix uninitialized filed in cAudioManagerSergeanur2021-01-041-0/+1
* Increase number of stream buffers, plus ALStreamSources fixSergeanur2021-01-042-22/+22
* Handle stereo panning in OAL manually for streamsSergeanur2021-01-043-70/+195
* Double the volume for mission audio in OAL + small fixSergeanur2021-01-041-5/+6
* Fix typo in ProcessMissionAudioSlot.TheOfficialFloW2021-01-031-2/+2
* Fix speed of soundSergeanur2021-01-032-3/+6
* Fix nFramesForPretendPlaying.TheOfficialFloW2021-01-031-1/+1
* Fix ServiceTrackSergeanur2021-01-031-0/+1
* Fix uninitialized RadioStaticCounterSergeanur2021-01-031-1/+1
* Fix wrong sound when bumping pedsSergeanur2021-01-011-2/+2
* Fix drive-by machine gun soundSergeanur2020-12-271-2/+39
* cPedParams ctorSergeanur2020-12-261-1/+8
* Fix weapon pickup soundSergeanur2020-12-261-0/+2
* cVehicleParams ctorSergeanur2020-12-251-2/+13
* cAudioManager::ProcessBoatEngineSergeanur2020-12-251-105/+117
* cPedParams fixesSergeanur2020-12-251-22/+13
* cAudioManager::ProcessOneShotScriptObjectSergeanur2020-12-252-78/+86
* Fix cAudioManager::ProcessPedOneShots crashSergeanur2020-12-251-1/+1
* Merge pull request #895 from ShFil119/miami_audioshfil2020-12-254-244/+314
|\
| * More audio enumsFilip Gawin2020-12-251-17/+17
| * fixesFilip Gawin2020-12-252-72/+69
| * More audioFilip Gawin2020-12-224-228/+301