summaryrefslogtreecommitdiffstats
path: root/src/audio_core/buffer.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-22Project AndioKelebek11-44/+0
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2020-12-03audio_core: Make shadowing and unused parameters errorsLioncash1-1/+1
Moves the audio code closer to enabling warnings as errors in general.
2019-02-16audio_core/buffer: Make const and non-const getter for samples consistentLioncash1-1/+1
This way proper const/non-const selection can occur.
2018-08-05audio_core: Use s16 where possible for audio samples.bunnei1-4/+9
2018-07-31audio_core: Misc. improvements to stream/buffer/audio_out.bunnei1-0/+3
2018-07-28audio_core: Add initial code for keeping track of audout state.bunnei1-0/+37