liamwhite
|
714af6a6ac
|
Merge pull request #8901 from lioncash/docs
audio_core: Amend documentation comment tags
|
2022-09-15 10:36:18 -04:00 |
|
Lioncash
|
af8ce57e18
|
audio_core: Amend documentation tags
Resolves a wackload of -Wdocumentation warnings due to mismatching tags
and whatnot.
|
2022-09-15 09:47:23 -04:00 |
|
Lioncash
|
b3c364d18b
|
compressor: Simplify memset in InitializeCompressorEffect
Provides equivalent behavior while being significantly smaller.
|
2022-09-13 13:34:58 -04:00 |
|
Lioncash
|
d145c663c3
|
compressor: Mark params parameters as const
These functions don't modify the parameters.
|
2022-09-13 13:33:41 -04:00 |
|
Lioncash
|
3a30364ff1
|
compressor: Remove unneeded casts in ApplyCompressorEffect
Same behavior, but also silences a -Wcast-qual warning, since the second
cast casts away const.
|
2022-09-13 13:28:54 -04:00 |
|
Kelebek1
|
c3e3874d8d
|
Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.
|
2022-09-02 04:43:04 +01:00 |
|
Liam
|
9484b3a70e
|
audio_core: fix -Wuninitialized when compiling with ASan
|
2022-07-29 23:30:01 -04:00 |
|
Kelebek1
|
c7ea6ef8a3
|
Avoid depop out of bounds
|
2022-07-27 23:17:18 +01:00 |
|
Kelebek1
|
be1f5f1d9f
|
Project Andio
|
2022-07-22 01:11:32 +01:00 |
|