Update NoiseGate

This commit is contained in:
Logan Cusano
2022-02-12 20:05:44 -05:00
parent dda6b64e14
commit ea205749e5

17
TODO.md
View File

@@ -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