diff --git a/TODO.md b/TODO.md index aa342e5..69bda45 100644 --- a/TODO.md +++ b/TODO.md @@ -1,13 +1,20 @@ -### To-Do +## To-Do +### Main Bot +- [ ] Fix the bug where they *disconnect* after a period of time and must be manually moved out and back in to hear them + - *May* have been fixed with the noise gate? - [ ] Fix bug that shows different index number for audio device selection on linux +- [ ] Add more proper help text with real examples for discord commands +- [ ] Add command line args with argparse for main bot + - [ ] Add method for user to change audio device without redoing entire config file - [ ] Clean up code -- [ ] Add more proper help text with real examples +- [ ] Transcode radio transmissions to text +### Modules +#### Willie Timer - [ ] Get more training data for WillieTimer - [ ] Use the ```Phrases.txt``` file as the random seed? - [ ] Figure out a way to give the model a suggestion -- [ ] Add command line args with argparse -- [ ] Add method for user to change audio device without redoing entire config file -- [ ] Transcode radio transmissions to text + +### Done Previously - [x] Interact with soapysdr directly from the bot - [x] Allow chat interaction with soapysdr - [x] Move cogs to their own files