Patch Notes
- Added the functionality to change the audio playback rate from a range of 1/2x to 2x with FFMPEG.
- The most recently typed character is now highlighted in red.
- Cleaned up the code for audio playback of the current line to be less buggy and more effective. The current line your cursor is on can now be played by using
Ctrl + L at any time. - Some bug fixes.
Steps to install Version:
Install the code by executing the following commands in the home directory:
cd
wget https://github.com/jaycbhsn/S2C-Hardware-App/archive/refs/tags/v0.1.1.tar.gz
tar -xf v0.1.1.tar.gz
rm v0.1.1.tar.gz
cd S2C-Hardware-App-0.1.1
mkdir voices
wget https://github.com/jaycbhsn/S2C-Hardware-App/releases/download/v0.0.1/voices_0.0.1.tar.xz
tar -xf voices_0.0.1.tar.xz -C voices
rm voices_0.0.1.tar.xz
To run the program, use the following command from the S2C-Hardware-App directory with superuser privilege:
Ubuntu: sudo python3 tts_main.py
Debian: su; python3 tts_main.py
Use the flag '--arm'
if you are running the program on a Raspberry Pi.