aboutsummaryrefslogtreecommitdiff
path: root/src/audio
Commit message (Collapse)AuthorAgeFilesLines
* move configuration into envconfigNathan Perry2020-06-202-4/+4
|
* borrowck fixesNathan Perry2019-11-171-3/+3
|
* mostly fixedNathan Perry2019-11-172-3/+11
|
* most restructuring doneNathan Perry2019-11-172-39/+15
|
* restricted prefixesNathan Perry2019-07-161-6/+6
|
* separate meme and general queuesNathan Perry2019-03-031-4/+11
|
* 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`.