Update README.md

Added instructions on setting the default System Voice in macOS
This commit is contained in:
Jason Cosper 2023-07-13 16:37:27 -07:00 committed by GitHub
parent df92bc7c04
commit 0f008603f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,18 @@ The Python dependencies are listed in the `requirements.txt` file and can be ins
pip install -r requirements.txt
```
## Setting the Default System Voice
The script uses the default system voice for text-to-speech synthesis. You can change the default system voice by following these steps:
1. Open System Preferences (click the Apple menu in the top left and select 'System Preferences...').
2. Click 'Accessibility'.
3. From the list on the left, select 'Speech'.
4. You can choose the system voice from the 'System Voice:' dropdown menu. I prefer 'Siri (Voice 2)'.
5. You can also adjust the speaking rate.
Remember to close and reopen your preferred Terminal app after making these changes if you're running the script from Terminal.
## Usage
```bash