summaryrefslogtreecommitdiff
path: root/src/audio/sampman_oal.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'miami' into lcs•••# Conflicts: # src/audio/AudioLogic.cpp # src/audio/sampman.h # src/audio/sampman_miles.cpp # src/audio/sampman_oal.cpp origin/lcsSergeanur2021-09-021-16/+28
|\
| * Fixes from masterorigin/miamiSergeanur2021-09-021-15/+27
* | Audio: separate buffers for mission audioSergeanur2021-09-011-19/+52
* | Merge branch 'miami' into lcs•••# Conflicts: # src/audio/AudioLogic.cpp # src/audio/AudioSamples.h # src/audio/sampman_miles.cpp Sergeanur2021-09-011-2/+61
|\|
| * Audio: add separate buffer for player comments like on PS2 to fix overflow, a...Sergeanur2021-09-011-2/+61
* | Merge branch 'miami' into lcsSergeanur2021-08-291-8/+8
|\|
| * Audio: fixing bugs, fixing types, making code more accurate to originalSergeanur2021-08-291-2/+2
* | Merge branch 'miami' into lcs•••# Conflicts: # premake5.lua # src/audio/AudioLogic.cpp # src/audio/sampman_miles.cpp # src/audio/sampman_oal.cpp Sergeanur2021-08-191-3/+5
|\|
| * Add AUDIO_REVERB defineSergeanur2021-08-191-3/+3
| * Port audio changes from masterSergeanur2021-08-181-0/+2
* | mergeNikolay Korolev2021-08-081-3/+2
|\|
| * mergeNikolay Korolev2021-08-081-3/+2
| |\
| | * FixSergeanur2021-07-261-1/+1
| | * Audio changes:•••- 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 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 streams•••Under MULTITHREADED_AUDIO define. erorcun2021-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"•••We know that they changed all those names on PC. This reverts commit 091a65996ef9eba0dfeb49508927ebb521c0f15b. 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 lcs•••# Conflicts: # src/audio/AudioLogic.cpp # src/audio/MusicManager.cpp Sergeanur2021-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 lcs•••# Conflicts: # src/control/CarCtrl.cpp # src/control/Script4.cpp # src/core/Frontend.cpp Sergeanur2021-06-301-102/+54
|\| |
| * | Sanitizer fixeserorcun2021-06-301-6/+6
| * | Fix MP3 finding stack crasherorcun2021-06-281-94/+46