summaryrefslogtreecommitdiffstats
path: root/src/audio_core/renderer/command/sink (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-09-04Rework ADSP into a wrapper for appsKelebek14-25/+27
2023-06-22Remove memory allocations in some hot pathsKelebek12-5/+4
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades792-4/+4
Signed-off-by: arades79 <scravers@protonmail.com>
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades792-4/+4
Signed-off-by: arades79 <scravers@protonmail.com>
2022-09-02Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.Kelebek11-0/+4
2022-07-22Project AndioKelebek14-0/+215