Kelebek1
|
ed68646fa7
|
Fix a bug with the Reverb command in reading from the pre_delay line.
|
3 years ago |
arades79
|
60a68839ee
|
remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency
Signed-off-by: arades79 <scravers@protonmail.com>
|
3 years ago |
arades79
|
adcef452e0
|
add static lifetime to constexpr values to force compile time evaluation where possible
Signed-off-by: arades79 <scravers@protonmail.com>
|
3 years ago |
Kelebek1
|
4aee835d49
|
Fix biquad filter command's state buffer offset
|
3 years ago |
Kelebek1
|
b5421d05cd
|
Add fallback for memory read/write in case the address goes over a 4K page
|
3 years ago |
Kelebek1
|
5c8140092f
|
Fix depop prepare receiving bad mix infos and writing out of bounds, and update aux a bit, may help
|
3 years ago |
Merry
|
46ce21d3e2
|
biquad_filter: Clamp f64 in ApplyBiquadFilterFloat
|
3 years ago |
Merry
|
f35302d4bf
|
biquad_filter: Fix rounding in ApplyBiquadFilterInt
|
3 years ago |
Merry
|
258af9443a
|
upsample: Fix coefficient format
|
3 years ago |
Merry
|
fb1b6948c1
|
audio_core: Fix off-by-one error in upsampler
|
3 years ago |
Liam
|
5a712bb51a
|
general: fix compile for Apple Clang
|
3 years ago |
Kelebek1
|
59c4dc2f32
|
Use the maximum input index for samples buffer span size, not just the input count
|
3 years ago |
Morph
|
3dd414f844
|
general: Resolve -Wclass-memaccess
|
4 years ago |
Lioncash
|
af8ce57e18
|
audio_core: Amend documentation tags
Resolves a wackload of -Wdocumentation warnings due to mismatching tags
and whatnot.
|
4 years ago |
Lioncash
|
b3c364d18b
|
compressor: Simplify memset in InitializeCompressorEffect
Provides equivalent behavior while being significantly smaller.
|
4 years ago |
Lioncash
|
d145c663c3
|
compressor: Mark params parameters as const
These functions don't modify the parameters.
|
4 years ago |
Lioncash
|
3a30364ff1
|
compressor: Remove unneeded casts in ApplyCompressorEffect
Same behavior, but also silences a -Wcast-qual warning, since the second
cast casts away const.
|
4 years ago |
Kelebek1
|
c3e3874d8d
|
Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.
|
4 years ago |
Kelebek1
|
c7ea6ef8a3
|
Avoid depop out of bounds
|
4 years ago |
Kelebek1
|
be1f5f1d9f
|
Project Andio
|
4 years ago |