summaryrefslogtreecommitdiff
path: root/chickadee/audio.scm
Commit message (Expand)AuthorAgeFilesLines
* Relicense nearly everything to Apache 2.0.David Thompson2023-04-261-11/+9
* Update my email address.David Thompson2023-04-251-1/+1
* audio: Fix bug where #:audio argument is ignored in make-source.David Thompson2022-11-271-0/+2
* audio: Do not crash if there are no audio devices available.David Thompson2022-09-171-8/+13
* audio: Don't crash if there is no sound system to update.David Thompson2021-10-241-1/+3
* 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