2024-02-15 13:55:23 -05:00
|
|
|
## TwoToneDetect Executable Path
|
|
|
|
ttd_path = "C:\\PATH\\TO\\TTD.exe"
|
|
|
|
## Discord Bot Token
|
2024-02-10 09:48:35 -05:00
|
|
|
key = 'Bot Token'
|
2024-02-15 13:55:23 -05:00
|
|
|
## Folder to Watch for output audio
|
2024-02-10 09:48:35 -05:00
|
|
|
watch_folder = '/path/to/folder'
|
2024-02-15 13:55:23 -05:00
|
|
|
## Discord Channel ID to send notifications
|
2024-02-10 09:48:35 -05:00
|
|
|
channel_id = channel_id_number
|
2024-02-15 13:55:23 -05:00
|
|
|
## Generally a good idea.
|
2024-02-12 12:01:13 -05:00
|
|
|
delete_after_upload=True
|
2024-02-15 13:55:23 -05:00
|
|
|
## This will slow down pages and is unreliable.
|
2024-02-12 12:01:13 -05:00
|
|
|
speech_to_text = True
|