summaryrefslogtreecommitdiffstats
path: root/src/audio/sampman_oal.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* mergeNikolay Korolev2021-08-081-3/+2
|\
| * mergeNikolay Korolev2021-08-081-3/+2
| |\
| | * FixSergeanur2021-07-261-1/+1
| | * Audio changes:Sergeanur2021-07-261-6/+6
| | * Make PS2 VB files work together with PC audio filesSergeanur2021-07-151-17/+22
| | * Merge/sync fixes after threaded audioerorcun2021-07-101-0/+2
| | * Remove waiting for stream closure in multi-thread audioerorcun2021-07-101-0/+1
| | * Multi-threaded audio fixeserorcun2021-07-101-81/+48
| | * Multi-threaded audio streamserorcun2021-07-101-14/+21
| | * Sanitizer fixeserorcun2021-07-031-6/+6
| | * Fix MP3 finding stack crasherorcun2021-06-281-98/+47
| | * rename clamp macro to Clamp to fix compilation with g++11withmorten2021-06-281-2/+2
| | * Revert "Use PS2-y global names on SampMan"erorcun2021-06-271-109/+109
| | * Use PS2-y global names on SampManerorcun2021-06-271-109/+109
| | * Don't restart OAL device when switching EAXSergeanur2021-06-241-141/+147
| | * Fix typoSergeanur2021-06-241-1/+1
| | * Set number of stereo sourcesSergeanur2021-06-241-1/+2
| | * Increase the number of audio channels to PS2 count and some small audio fixesSergeanur2021-06-241-29/+26
| | * Use bool8 in audio codeSergeanur2021-06-241-104/+104
| | * Fix MP3 playererorcun2021-02-191-93/+83
| | * MP3 player fixeserorcun2021-02-031-3/+22
| | * OAL Loops, fixeserorcun2021-02-031-32/+26
| | * MusicManager fixeserorcun2021-02-031-5/+5
| | * Includes overhaul, fix some compiler warningserorcun2021-01-171-19/+14
| | * Make opus available alongside other formatsSergeanur2021-01-071-6/+6
| | * Add support of PS2 audio streams to OpenALSergeanur2021-01-051-8/+14
| | * Handle stereo panning in OAL manually for streamsSergeanur2021-01-041-6/+15
| | * Overhaul and enable cache for openal buildFilip Gawin2021-01-011-13/+17
| | * OpenAL channels now use their own sound buffersSergeanur2020-10-271-105/+12
| | * Fixes to OpenALSergeanur2020-10-261-6/+19
| | * Fixes and style changes from miamierorcun2020-10-181-70/+681
| | * Fix Linux audio patheray orçunus2020-10-051-2/+3
| | * Renaming audio enum entries to something more like originalSergeanur2020-09-191-35/+35
| | * Fixes from miamieray orçunus2020-09-101-1/+1
* | | Merge branch 'miami' into lcsSergeanur2021-07-281-10/+10
|\| |
| * | Get rid of audio gettersSergeanur2021-07-281-10/+10
| * | Make PS2 VB files work together with PC audio filesSergeanur2021-07-151-15/+23
* | | Merge branch 'miami' into lcsSergeanur2021-06-301-102/+54
|\| |
| * | Sanitizer fixeserorcun2021-06-301-6/+6
| * | Fix MP3 finding stack crasherorcun2021-06-281-94/+46
| * | rename clamp macro to Clamp to fix compilation with g++11 (and clamp2 for consistency sake)withmorten2021-06-281-2/+2
* | | Merge fixesSergeanur2021-06-271-19/+8
* | | Merge remote-tracking branch 'origin/miami' into lcsSergeanur2021-06-271-141/+76
|\| |
| * | Multi-threaded audio fixeserorcun2021-06-261-76/+42
| * | Multi-threaded audio streamserorcun2021-06-261-15/+22
| * | Don't restart OAL device when switching EAXSergeanur2021-06-241-148/+154
| * | Make sampman stream functions default to stream 0 + type fixesSergeanur2021-06-241-2/+2
| * | Increase the number of audio channels to PS2 count and some small audio fixesSergeanur2021-06-241-30/+28
| * | Use bool8 in audio codeSergeanur2021-06-241-108/+108
* | | FixesSergeanur2021-06-241-9/+7
* | | Don't restart OAL device when switching EAXSergeanur2021-06-241-146/+154
* | | Make sampman stream functions default to stream 0 + type fixesSergeanur2021-06-241-2/+2
* | | Increase the number of audio channels to PS2 count and some small audio fixesSergeanur2021-06-241-20/+18
* | | Use bool8 in audio codeSergeanur2021-06-241-108/+108
* | | Fix engine sounds, player and male01 ped commentsSergeanur2021-06-241-1/+75
* | | Fall back to mp3 if vb is not foundSergeanur2021-06-241-7/+93
* | | LCS sfx + mission audioSergeanur2021-06-241-10/+10
* | | Merge branch 'miami' into lcsSergeanur2021-02-261-92/+85
|\| |
| * | Fix MP3 playererorcun2021-02-191-92/+85
* | | Merge remote-tracking branch 'origin/miami' into lcsSergeanur2021-02-161-32/+50
|\| |
| * | MP3 player fixeserorcun2021-02-031-1/+18
| * | OAL Loops, fixeserorcun2021-02-021-31/+32
* | | Merge remote-tracking branch 'origin/miami' into lcsSergeanur2021-01-231-19/+16
|\| |
| * | Includes overhaul, fix some compiler warningserorcun2021-01-231-19/+16
| * | Port debug messagess for audio cacheFilip Gawin2021-01-161-5/+12
* | | Port debug messagess for audio cacheFilip Gawin2021-01-161-5/+12
* | | Merge branch 'miami' into lcsSergeanur2021-01-151-1/+1
|\| |
| * | RE3_NO_AUTOLINK to CMAKE_NO_AUTOLINKFilip Gawin2021-01-141-1/+1
| * | More checks before autolinkingFilip Gawin2021-01-141-1/+1
* | | CutsceneMgr done + use original VB audio + make interiors visible + use hashed model info names a bitSergeanur2021-01-111-1/+1
|/ /
* | Make opus available alongside other formatsSergeanur2021-01-071-6/+6
* | Fix 16KHz trackSergeanur2021-01-071-1/+1
* | Add support of PS2 audio streams to OpenALSergeanur2021-01-051-8/+14
* | Increase number of stream buffers, plus ALStreamSources fixSergeanur2021-01-041-21/+21
* | Handle stereo panning in OAL manually for streamsSergeanur2021-01-041-18/+27
* | Double the volume for mission audio in OAL + small fixSergeanur2021-01-041-5/+6
* | OpenAL channels now use their own sound buffersSergeanur2020-10-281-92/+12
* | SampleManagereray orçunus2020-10-121-117/+721
* | Fix Linux audio patheray orçunus2020-10-051-2/+3
* | fix enum edditing effects for oal target and small improvementsRoman Masanin2020-09-211-22/+22
* | some style and bug fixes, updated sfx enum, and implemented processVehicleEngineRoman Masanin2020-09-211-13/+13
* | cMusicManager, cDMAudio, radio position save/load, a few commands implementedSergeanur2020-09-091-0/+46
* | CGame done, Peds, fixeseray orçunus2020-08-301-1/+1
* | Merge remote-tracking branch 'origin/master' into miamiSergeanur2020-08-101-3/+3
|\|
| * clang throws an error if fixed comparisons are against NULLblingu2020-08-051-3/+3
* | Merge branch 'master' into miamiSergeanur2020-08-021-7/+51
|\|
| * Merge pull request #587 from Sergeanur/opusSergeanur2020-07-291-7/+51
| |\
| | * Merge branch 'master' into opusSergeanur2020-05-241-4/+4
| | |\
| | * | CleanupSergeanur2020-05-231-31/+17
| | * | Merge remote-tracking branch 'origin/master' into opusSergeanur2020-05-221-2/+6
| | |\ \
| | * | | opus supportSergeanur2020-05-221-3/+61
* | | | | Merge branch 'master' into miamiSergeanur2020-07-171-1/+12
|\| | | |
| * | | | Add audio cache for faster initializationSergeanur2020-07-171-1/+12
| | |_|/ | |/| |
* | | | fixNikolay Korolev2020-05-311-1/+1
* | | | fixNikolay Korolev2020-05-311-1/+1
* | | | dumbNikolay Korolev2020-05-311-1/+1
* | | | game logicNikolay Korolev2020-05-311-4/+8
* | | | OpenAL supportSergeanur2020-05-271-7/+3
|/ / /
* | / Optimize ALDeviceListSergeanur2020-05-241-4/+4
| |/ |/|
* | fixed dumbNikolay Korolev2020-05-201-2/+2
* | fixed ped commentNikolay Korolev2020-05-201-0/+4
|/
* it works differentlyNikolay Korolev2020-05-141-3/+3
* some fixesNikolay Korolev2020-05-141-0/+4
* Linux build supporteray orçunus2020-05-111-9/+13
* oal updateFire-Head2020-05-071-27/+32
* oal wav/mp3 stream updateFire-Head2020-05-071-22/+49
* bb std::stringFire-Head2020-05-041-5/+5
* openal-soft addedFire-Head2020-05-041-5/+5
* oal updFire-Head2020-05-041-0/+1372