Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initialize audio in audio module instead of window module. | David Thompson | 2014-01-22 | 1 | -0/+2 |
| | | | | | | | * 2d/window.scm (open-window, close-window): Remove open/close audio calls. * 2d/audio.scm: Open audio when module is imported. | ||||
* | Clean up docstrings for audio module. | David Thompson | 2013-09-15 | 1 | -3/+3 |
| | |||||
* | Add sample/music volume control. | David Thompson | 2013-09-13 | 1 | -2/+22 |
| | |||||
* | Add audio module. | David Thompson | 2013-09-11 | 1 | -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. |