type and listen
Description:
This Python project converts text input into spoken audio using text-to-speech synthesis. It utilizes the pyttsx3
library for speech generation.
Key Features:
- Accepts user input text.
- Converts text to speech using selected voice options.
- Allows playback through speakers or saves speech as an audio file.
Implementation: Implement a command-line interface where users can input text and choose voice settings. The program then generates and plays the corresponding speech output.