This project provides Python scripts for various audio-related tasks, including capturing audio, converting speech to text, and generating text-to-speech audio.
- 🎙 Audio Capture: Record audio from a microphone or other input devices.
- 🗣 Speech-to-Text: Convert recorded audio into text using speech recognition.
- 🔊 Text-to-Speech: Generate audio from textual input.
Before running the scripts, make sure you have Python 3.x installed and the following libraries:
pyaudio
speech_recognition
gTTS
- Install the dependencies:
pip install -r requirements.txt
2.Run the main script:
python main.py