summaryrefslogtreecommitdiffstats
path: root/src/audio_core/renderer/voice (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades791-2/+2
Signed-off-by: arades79 <scravers@protonmail.com>
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-2/+2
Signed-off-by: arades79 <scravers@protonmail.com>
2023-02-10biquad_filter: Fix rounding in ApplyBiquadFilterIntMerry1-4/+4
2022-11-23general: fix compile for Apple ClangLiam1-0/+1
2022-10-19Update audio_core for firmware 15.0.0Kelebek11-2/+2
2022-09-15audio_core: Amend documentation tagsLioncash1-12/+14
Resolves a wackload of -Wdocumentation warnings due to mismatching tags and whatnot.
2022-07-22Project AndioKelebek16-0/+1106