aboutsummaryrefslogtreecommitdiff
path: root/src/audio
Commit message (Collapse)AuthorAgeFilesLines
* remove unused code, fixup importsNathan Perry2019-03-021-113/+0
|
* fix Context.currently_playingNathan Perry2019-02-211-6/+5
|
* pad audio startup and trail with silenceNathan Perry2019-02-181-49/+92
|
* restructure play_queueNathan Perry2019-02-181-58/+69
|
* encode/decode audio memes with ffmpeg to improve storageNathan Perry2019-02-182-15/+59
|
* 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`.