summaryrefslogtreecommitdiffstats
path: root/src/audio/sampman_oal.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix ped comments on oalSergeanur2021-09-021-0/+3
|
* Audio: fix types for IsSampleBankLoaded/IsPedCommentLoaded, reverse ProcessSpecial from PS2Sergeanur2021-09-021-13/+22
|
* Audio: fixing bugs, fixing types, making code more accurate to originalSergeanur2021-08-291-2/+2
|
* Add AUDIO_REFLECTIONS define, fix a bunch of types, fix heli chatter intensitySergeanur2021-08-171-4/+10
|
* FixSergeanur2021-07-261-1/+1
|
* Audio changes:Sergeanur2021-07-261-6/+6
| | | | | | | | | | | | | - Reorder AudioCollision.cpp functions into original order - Add missing cAudioCollision::Reset() - Move cAudioCollision ctor into .h (like original) - Fix argument types for ped comment functions and more - Fix wrong names of ped comment functions - Fix incorrect ped comments - Remove getters - Reorder declarations of cAudioManager - Wrap PC only functions around ifdef - Add cAudioManager methods from PS2 and mobile
* 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
| | | | Under MULTITHREADED_AUDIO define.
* 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
| | | | | | We know that they changed all those names on PC. This reverts commit 091a65996ef9eba0dfeb49508927ebb521c0f15b.
* 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
|
* clang throws an error if fixed comparisons are against NULLblingu2020-08-051-3/+3
|
* Merge pull request #587 from Sergeanur/opusSergeanur2020-07-291-7/+51
|\ | | | | OPUS support for OpenAL
| * 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
| | | |
* | | | Add audio cache for faster initializationSergeanur2020-07-171-1/+12
| |_|/ |/| |
* | | 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