withmorten
|
58de524d70
|
tiny diff fix
|
2021-07-11 03:26:59 +02:00 |
|
withmorten
|
d17d437de3
|
rename clamp macro to Clamp to fix compilation with g++11 (and clamp2 for consistency sake)
|
2021-06-28 13:57:05 +02:00 |
|
erorcun
|
3587cb029e
|
Remove waiting for stream closure in multi-thread audio
|
2021-06-27 14:42:52 +03:00 |
|
erorcun
|
05a29c7e6c
|
Multi-threaded audio fixes
|
2021-06-27 00:00:07 +03:00 |
|
erorcun
|
107c4df69c
|
Multi-threaded audio streams
Under MULTITHREADED_AUDIO define.
|
2021-06-26 16:24:23 +03:00 |
|
Sergeanur
|
b8cf8c53e7
|
Don't restart OAL device when switching EAX
|
2021-06-24 21:34:33 +03:00 |
|
Sergeanur
|
02655313e9
|
Increase the number of audio channels to PS2 count and some small audio fixes
|
2021-06-24 21:34:33 +03:00 |
|
Sergeanur
|
0c41734c20
|
Fix quiet police scanner on OpenAL
|
2021-05-17 17:46:33 +03:00 |
|
erorcun
|
691c8e7702
|
Fix fuzzy #ifdef
|
2021-02-17 15:59:05 +03:00 |
|
erorcun
|
5ce5000b14
|
Try to fix streams stop after a while 2
|
2021-02-15 05:09:46 +03:00 |
|
erorcun
|
70b919137d
|
(Test) Try to fix streams stop after a while
|
2021-02-14 18:07:21 +03:00 |
|
erorcun
|
713562685a
|
OAL Loops, fixes
|
2021-02-02 22:30:13 +03:00 |
|
Filip Gawin
|
1082b13830
|
RE3_NO_AUTOLINK to CMAKE_NO_AUTOLINK
|
2021-01-14 22:15:36 +01:00 |
|
Filip Gawin
|
70358d90b4
|
Backport fix from re3
|
2021-01-14 15:30:33 +01:00 |
|
Sergeanur
|
c423c59365
|
Add MPG123_QUIET to mp3 files
|
2021-01-07 22:15:55 +02:00 |
|
Sergeanur
|
6b0fa20b8b
|
Make opus available alongside other formats
|
2021-01-07 22:01:44 +02:00 |
|
Sergeanur
|
0b73b13b9a
|
Cleanup and fixes for new decoders
|
2021-01-06 20:23:30 +02:00 |
|
Filip Gawin
|
ff9d6e4fd6
|
Fixes for CVbFile
|
2021-01-06 18:15:32 +01:00 |
|
Filip Gawin
|
2bcb2a40e4
|
Small fixes for new wav decoder
|
2021-01-06 17:57:43 +01:00 |
|
Sergeanur
|
a51757429e
|
Implementing our own WAV decoder to replace SndFile
|
2021-01-06 15:52:12 +02:00 |
|
Sergeanur
|
bc363a74f5
|
Add support of PS2 audio streams to OpenAL
|
2021-01-05 21:06:17 +02:00 |
|
Sergeanur
|
32d3ea0a2d
|
Audio fixes
|
2021-01-05 00:31:31 +02:00 |
|
Sergeanur
|
a346461ea8
|
Increase number of stream buffers, plus ALStreamSources fix
|
2021-01-04 22:27:32 +02:00 |
|
Sergeanur
|
7adac51152
|
Handle stereo panning in OAL manually for streams
|
2021-01-04 20:11:04 +02:00 |
|
Nikolay Korolev
|
8d1996833b
|
merge attempt
|
2020-12-19 03:21:04 +03:00 |
|
Anonymous Maarten
|
5a1ea7bcf5
|
audio: define openal extensions in re3 owned namespace
|
2020-12-07 19:05:58 +01:00 |
|
Anonymous Maarten
|
12d3893fe9
|
crossplatform is needed for casepath on non-Windows systems
|
2020-12-06 20:46:11 +01:00 |
|
Sergeanur
|
86b1d9aea5
|
OpenAL channels now use their own sound buffers
# Conflicts:
# src/audio/sampman_oal.cpp
|
2020-10-28 10:09:59 +02:00 |
|
Sergeanur
|
4cfb3b0984
|
OpenAL channels now use their own sound buffers
|
2020-10-27 09:35:09 +02:00 |
|
erorcun
|
ba0c96c39c
|
Revert "(TEST) Try to fix OAL audio problems"
This reverts commit 19cc6fafe04b3a0b80c76f857eb68f2390525ea0.
|
2020-10-27 00:40:12 +03:00 |
|
erorcun
|
19cc6fafe0
|
(TEST) Try to fix OAL audio problems
|
2020-10-26 12:35:24 +03:00 |
|
Sergeanur
|
3d14097bf6
|
Fix playback of vanilla opus
|
2020-10-24 16:37:39 +03:00 |
|
Sergeanur
|
a492f8ba0d
|
Fix playback of vanilla opus
|
2020-10-24 16:37:14 +03:00 |
|
erorcun
|
a6aa782d6d
|
Fixes and style changes from miami
|
2020-10-18 19:16:37 +03:00 |
|
eray orçunus
|
d18a55f429
|
SampleManager
|
2020-10-12 20:22:39 +03:00 |
|
eray orçunus
|
1a0b71bd47
|
Fix Audio
|
2020-10-05 14:23:12 +03:00 |
|
eray orçunus
|
6f3f581d8a
|
Fix Audio
|
2020-10-05 13:59:40 +03:00 |
|
Sergeanur
|
7d8ffa9ebd
|
Merge remote-tracking branch 'origin/master' into miami
# Conflicts:
# src/control/RoadBlocks.cpp
# src/core/Collision.h
# src/core/Pad.cpp
# src/core/SurfaceTable.h
# src/core/main.cpp
# src/core/re3.cpp
# src/peds/Population.cpp
# src/render/Fluff.cpp
# src/render/Shadows.cpp
# src/render/Shadows.h
# src/render/Sprite2d.cpp
# src/weapons/BulletInfo.cpp
|
2020-08-07 12:34:41 +03:00 |
|
Sergeanur
|
4b3faea965
|
Update mpg123.32
|
2020-08-03 17:04:00 +03:00 |
|
Sergeanur
|
3e24ae8812
|
Merge branch 'master' into miami
# Conflicts:
# premake5.lua
# sdk/rwsdk/include/d3d8/baaplylt.c
# sdk/rwsdk/include/d3d8/rpstereo.h
# sdk/rwsdk/include/d3d8/rpstereo.rpe
# sdk/rwsdk/include/d3d8/rtintel.h
# sdk/rwsdk/include/d3d8/rtintel.rpe
# src/audio/oal/stream.cpp
|
2020-08-02 19:49:12 +03:00 |
|
Sergeanur
|
57d5782588
|
Merge pull request #587 from Sergeanur/opus
OPUS support for OpenAL
|
2020-07-29 15:52:17 +03:00 |
|
eray orçunus
|
c87b639a84
|
Fix casepath chaos
|
2020-07-28 17:56:47 +03:00 |
|
eray orçunus
|
eb8844fd11
|
Fix casepath chaos
|
2020-07-28 17:40:12 +03:00 |
|
Filip Gawin
|
98ec7bdaf9
|
Provide more memory for casepath's arg
|
2020-07-26 00:11:13 +02:00 |
|
eray orçunus
|
732b760829
|
64-bit on Windows
|
2020-07-24 20:26:33 +03:00 |
|
eray orçunus
|
1dc6fbda1f
|
64-bit on Windows
|
2020-07-22 18:51:28 +03:00 |
|
Sergeanur
|
591c35d51b
|
OpenAL support
|
2020-05-27 07:52:45 +03:00 |
|
Sergeanur
|
e259bb6609
|
fixes
|
2020-05-24 18:43:50 +03:00 |
|
Sergeanur
|
13a9441d5e
|
Merge branch 'master' into opus
|
2020-05-24 01:45:10 +03:00 |
|
Sergeanur
|
f92770f74a
|
Optimize ALDeviceList
|
2020-05-24 01:44:10 +03:00 |
|