summaryrefslogtreecommitdiff
path: root/2d/audio.scm
Commit message (Collapse)AuthorAgeFilesLines
* Clean up docstrings for audio module.David Thompson2013-09-151-3/+3
|
* Add sample/music volume control.David Thompson2013-09-131-2/+22
|
* Add audio module.David Thompson2013-09-111-0/+80
This is just a think layer over some basic SDL mixer functions so that users don't need to deal with SDL directly.