summaryrefslogtreecommitdiff
path: root/chickadee/audio.scm
Commit message (Expand)AuthorAgeFilesLines
* Move data structure modules into new (chickadee data ...) namespace.David Thompson2021-10-011-1/+1
* audio: Fix looping of streaming sources.David Thompson2021-04-251-4/+5
* Use new for-range macro wherever possible.David Thompson2021-03-051-4/+3
* audio: Add public audio API.David Thompson2020-04-071-0/+763
* Move SDL game loop implementation to its own module.David Thompson2018-08-231-147/+0
* audio: Use values between 0 and 1 for volume.David Thompson2018-01-091-9/+12
* Add audio support.David Thompson2017-01-241-0/+144