Chris Robinson
|
5f233a2c24
|
Use more constexpr variables instead of macros
|
2020-12-25 20:52:18 -08:00 |
|
Chris Robinson
|
f6e29ce5bb
|
Return an optional for an error
|
2020-12-25 09:26:24 -08:00 |
|
Chris Robinson
|
78f73a4277
|
Avoid dynamic vectors in AmbDecConf
Also add a bit more sanity checking
|
2020-12-25 08:31:02 -08:00 |
|
Chris Robinson
|
eaf209d2f1
|
Update a comment and type used in the convolution effect
|
2020-12-25 07:00:57 -08:00 |
|
Chris Robinson
|
204f7d8811
|
Rename From2D to FromACN2D
|
2020-12-25 06:40:13 -08:00 |
|
Chris Robinson
|
20820fd01b
|
Move the ambdec loader to core
|
2020-12-25 06:30:47 -08:00 |
|
Chris Robinson
|
4bc686d89b
|
Remove unnecessary includes
|
2020-12-24 22:49:55 -08:00 |
|
Chris Robinson
|
0d3b041aa2
|
Avoid AL types and enums in the effect processors
|
2020-12-24 22:49:55 -08:00 |
|
Chris Robinson
|
eedc42890f
|
Move alexcpt to core
|
2020-12-24 22:49:55 -08:00 |
|
Chris Robinson
|
63ea62bea1
|
Avoid some more AL types
|
2020-12-24 22:49:55 -08:00 |
|
Chris Robinson
|
6ae0115bf7
|
Avoid AL/ALC types in the backends
|
2020-12-17 23:21:45 -08:00 |
|
Chris Robinson
|
5edd5a11fc
|
Don't use ALC error enums for the backend error code
|
2020-12-17 21:07:53 -08:00 |
|
Chris Robinson
|
7d2e21334c
|
Move the AL error enum out of base_exception
|
2020-12-17 16:46:21 -08:00 |
|
Chris Robinson
|
4d1ac95ae2
|
Don't return an enum from captureSamples
It's always no_error
|
2020-12-17 03:06:52 -08:00 |
|
Chris Robinson
|
d578bc6cb1
|
Move logging to core
|
2020-12-17 02:47:03 -08:00 |
|
Chris Robinson
|
f0fe57dc5a
|
Don't link DistanceModel enums to AL values
|
2020-12-16 14:58:55 -08:00 |
|
Chris Robinson
|
efc9c146c3
|
Move AsyncEvent to a separate header
|
2020-12-16 13:58:51 -08:00 |
|
Chris Robinson
|
9710a859fa
|
Add missing include
|
2020-12-16 03:02:49 -08:00 |
|
Chris Robinson
|
02be0149f1
|
Send stop events when stopping paused voices
|
2020-12-16 02:12:18 -08:00 |
|
Chris Robinson
|
c96b50fb65
|
Use a separate enum for the VoiceChange state
|
2020-12-16 01:40:15 -08:00 |
|
Chris Robinson
|
5ad28f8cba
|
Move VoiceChange to a separate header
|
2020-12-16 00:50:50 -08:00 |
|
Chris Robinson
|
5b51a58ff2
|
Fix some includes
|
2020-12-15 23:39:17 -08:00 |
|
Chris Robinson
|
304ab8d890
|
Avoid a generic event struct
|
2020-12-15 21:32:01 -08:00 |
|
Chris Robinson
|
a08f68f213
|
Avoid some AL types
|
2020-12-15 20:48:21 -08:00 |
|
Chris Robinson
|
daf9d46478
|
Use a separate structure for the context/listener params
|
2020-12-15 18:41:50 -08:00 |
|
Chris Robinson
|
03358a0d80
|
Avoid changing the global CPU flags in FillCPUCaps
|
2020-12-15 12:33:57 -08:00 |
|
Chris Robinson
|
9435641c0d
|
Remove unneeded includes
|
2020-12-15 01:31:09 -08:00 |
|
Chris Robinson
|
56af137ba0
|
Move fmt_traits to core
|
2020-12-13 21:12:03 -08:00 |
|
Chris Robinson
|
bb597546e1
|
Make sure to stop ALSA playback when the backend stops
|
2020-12-12 15:10:25 -08:00 |
|
Chris Robinson
|
e179bf0a12
|
Move the mixer functions to core
|
2020-12-12 14:58:09 -08:00 |
|
Chris Robinson
|
f57801102a
|
Remove an unnecessary include and forward declaration
|
2020-12-12 14:21:45 -08:00 |
|
Chris Robinson
|
1ad944555c
|
Move some HRTF definitions to a separate header
|
2020-12-12 14:15:17 -08:00 |
|
Chris Robinson
|
176bc8a835
|
Avoid passing DirectHrtfState to MixDirectHrtf
|
2020-12-12 13:52:14 -08:00 |
|
Chris Robinson
|
191fe888b4
|
Move ambidefs.h to core
|
2020-12-12 10:38:24 -08:00 |
|
Chris Robinson
|
1bb7f575f0
|
Don't modify the IR size of loaded HRTFs
|
2020-12-11 15:08:50 -08:00 |
|
Chris Robinson
|
bd08b9a5b5
|
Use constexpr variables instead of macros
|
2020-12-06 08:49:20 -08:00 |
|
Chris Robinson
|
4ee95dc296
|
Use a smaller FFT for convolution
|
2020-12-05 14:18:19 -08:00 |
|
Chris Robinson
|
8a352d25f9
|
Move the ringbuffer to common
|
2020-12-05 03:28:19 -08:00 |
|
Chris Robinson
|
2b919eac78
|
Use an alias for the DevFmtType type
|
2020-12-05 02:44:19 -08:00 |
|
Chris Robinson
|
16ec07275f
|
Remove an unneeded include
|
2020-12-04 14:45:55 -08:00 |
|
Chris Robinson
|
50e33ce8f4
|
Change some macros into constexpr variables
|
2020-12-04 13:53:56 -08:00 |
|
Chris Robinson
|
c4132b80ed
|
Move a couple more things to core
|
2020-12-04 13:13:52 -08:00 |
|
Chris Robinson
|
69d55d7e03
|
Move the filters to core
|
2020-12-04 11:15:50 -08:00 |
|
Chris Robinson
|
84d47f7d4c
|
Move the bsinc tables to core
|
2020-12-04 11:15:50 -08:00 |
|
Chris Robinson
|
36c1589c11
|
Move mastering.cpp/h to core
|
2020-12-04 11:15:50 -08:00 |
|
Chris Robinson
|
aa05feec4a
|
Avoid a global MAX_PITCH macro
|
2020-12-04 11:15:50 -08:00 |
|
Chris Robinson
|
b1c2671e9d
|
Move the resampler declarations to a more appropriate header
|
2020-12-04 11:15:50 -08:00 |
|
Chris Robinson
|
75f469fa71
|
Remove some unnecessary includes
|
2020-12-04 11:15:50 -08:00 |
|
Chris Robinson
|
630a3b8cbd
|
Move lerp/cubic to alnumeric.h
|
2020-12-04 11:15:50 -08:00 |
|
Eliot Miranda
|
e3179aa058
|
Add a gain argument to altonegen (#502)
* Fix a speeling rorre in an error message.
Add a gain command-line argument to altonegen.c
* Fix some formatting issues and a copy/paste error.
|
2020-12-04 11:15:27 -08:00 |
|