aboutsummaryrefslogtreecommitdiff
path: root/src/audio
Commit message (Collapse)AuthorAgeFilesLines
* try using opusNathan Perry2019-02-171-3/+23
|
* use flate2 to compress audioNathan Perry2019-02-172-28/+76
|
* support audio memesNathan Perry2019-02-174-8/+9
|
* clean up project structureNathan Perry2019-02-164-0/+536
- Move audio-related code into its own top-level module, separating out playback commands into their own file in `commands`. - Rename `sound` commands module to `sound_levels`.