| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-14 | remove static from pointer sized or smaller types for aesthetics, change ↵ | arades79 | |
| constexpr static to static constexpr for consistency Signed-off-by: arades79 <scravers@protonmail.com> | |||
| 2023-02-14 | add static lifetime to constexpr values to force compile time evaluation ↵ | arades79 | |
| where possible Signed-off-by: arades79 <scravers@protonmail.com> | |||
| 2023-02-13 | Fix biquad filter command's state buffer offset | Kelebek1 | |
| 2023-02-10 | biquad_filter: Clamp f64 in ApplyBiquadFilterFloat | Merry | |
| 2023-02-10 | biquad_filter: Fix rounding in ApplyBiquadFilterInt | Merry | |
| 2023-01-14 | upsample: Fix coefficient format | Merry | |
| 2023-01-14 | audio_core: Fix off-by-one error in upsampler | Merry | |
| 2022-12-03 | Merge pull request #9289 from liamwhite/fruit-company | liamwhite | |
| general: fix compile for Apple Clang | |||
| 2022-11-22 | general: fix compile for Apple Clang | Liam | |
| 2022-11-22 | Use the maximum input index for samples buffer span size, not just the input ↵ | Kelebek1 | |
| count | |||
| 2022-10-22 | general: Resolve -Wclass-memaccess | Morph | |
| 2022-09-15 | Merge pull request #8901 from lioncash/docs | liamwhite | |
| audio_core: Amend documentation comment tags | |||
| 2022-09-15 | audio_core: Amend documentation tags | Lioncash | |
| Resolves a wackload of -Wdocumentation warnings due to mismatching tags and whatnot. | |||
| 2022-09-13 | compressor: Simplify memset in InitializeCompressorEffect | Lioncash | |
| Provides equivalent behavior while being significantly smaller. | |||
| 2022-09-13 | compressor: Mark params parameters as const | Lioncash | |
| These functions don't modify the parameters. | |||
| 2022-09-13 | compressor: Remove unneeded casts in ApplyCompressorEffect | Lioncash | |
| Same behavior, but also silences a -Wcast-qual warning, since the second cast casts away const. | |||
| 2022-09-02 | Rework audio output, connecting AudioOut into coretiming to fix desync ↵ | Kelebek1 | |
| during heavy loads. | |||
| 2022-07-27 | Avoid depop out of bounds | Kelebek1 | |
| 2022-07-22 | Project Andio | Kelebek1 | |
