aboutsummaryrefslogtreecommitdiff
path: root/src/audio/ytdl.rs
Commit message (Collapse)AuthorAgeFilesLines
* remove unused code, fixup importsNathan Perry2019-03-021-113/+0
|
* encode/decode audio memes with ffmpeg to improve storageNathan Perry2019-02-181-10/+9
|
* use flate2 to compress audioNathan Perry2019-02-171-23/+66
|
* support audio memesNathan Perry2019-02-171-2/+7
|
* clean up project structureNathan Perry2019-02-161-0/+117
- 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`.