Updated README.md

This commit is contained in:
da
2017-02-02 22:32:50 +01:00
parent 4003fc212e
commit a66ed5ee1e
+6 -4
View File
@@ -11,12 +11,14 @@ Since there is not yet any command to request a list of available sound files, j
They are named after the scheme `command_soundname.dca` and would result in a channel command like `!command soundname` like in `!airhorn default`.
Typing only the `!command` without an argument results in a random sound of this command's collection.
## Installation
Coming soon.
## To do
- Remove hardcoded sound collections and let the bot build them himself by scanning the `audio/` folder for files.
- Build-in web interface to trigger sounds.
The idea is to be able to have a detailed listing of available sound files in a responsive interface and a simple button to trigger the sound playback in a channel.
- ~~Remove hardcoded sound collections and let the bot build them himself by scanning the `audio/` folder for files.~~
- ~~Build-in web interface to trigger sounds. ~~
~~The idea is to be able to have a detailed listing of available sound files in a responsive interface and a simple button to trigger the sound playback in a channel.~~
## Known issues
- enqueuePlay is not 99% of the time "OK", enqueueing has to be redesigned threadsafe.
- none at the moment
Please use the issue tracker.