Skip to content

mohitritwik/Speech-Text-Speech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎧 Python Audio Processing Project

This project provides Python scripts for various audio-related tasks, including capturing audio, converting speech to text, and generating text-to-speech audio.


🌟 Features

  • 🎙 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.

📋 Requirements

Before running the scripts, make sure you have Python 3.x installed and the following libraries:

  • pyaudio
  • speech_recognition
  • gTTS

🚀 Installation and Usage

  1. Install the dependencies:
    pip install -r requirements.txt

2.Run the main script:

 python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages