A WINDOWS ONLY shell that plays AWS Polly/StreamLabs text-to-speech on Soundpad
- Soundpad (Either steam version or DRM-Free should work)
- An Amazon AWS account
- Python 3
- Boto3
-
Download the repository
-
Create a file named
credentials.ini
in the same folder and paste the following replacingMY_AWS_ACCESS_KEY
by your AWS Access key andMY_AWS_SECRET_KEY
by your secret[Credentials] AccessKeyId = MY_AWS_ACCESS_KEY SecretKey = MY_AWS_SECRET_KEY
if you don't already have AWS credentials you can get one by clicking this link and creating a new one in the
Access keys
tab -
Open SoundPad
-
Run
py tts_it.py credentials.ini
help
- shows a list of availible commands
quit
- quits
say {arg}
- Sends an API call to Polly to download the line and plays it through SoundPad
- If no argument is provided the program will enter in "immediate say mode." You can leave it by pressing CTRL-C
search {arg}
- Search for voices that match argument
- If no arguments is provided list all voices
set {arg}
- Sets the voice to closest match
- If no argument is provided load the first voice in voices.json