aboutsummaryrefslogtreecommitdiff
path: root/src/commands/playback.rs
Commit message (Collapse)AuthorAgeFilesLines
* first pass convert to poiseNathan Perry2024-08-061-89/+64
|
* fixups: memes workingNathan Perry2024-05-081-2/+4
|
* rework to use songbirdNathan Perry2024-05-081-160/+55
|
* update all depsNathan Perry2024-05-081-63/+81
|
* move configuration into envconfigNathan Perry2020-06-201-3/+3
|
* borrowck fixesNathan Perry2019-11-171-11/+12
|
* remove a bunch of unused importsNathan Perry2019-11-171-1/+0
|
* mostly fixedNathan Perry2019-11-171-9/+37
|
* most restructuring doneNathan Perry2019-11-171-19/+29
|
* improve logging and user feedback for commandsNathan Perry2019-03-041-3/+16
|
* separate meme and general queuesNathan Perry2019-03-031-10/+12
|
* restore fuck you conwayNathan Perry2019-02-161-1/+6
|
* clean up project structureNathan Perry2019-02-161-0/+224
- 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`.