This is a simple karaoke application written in Python using the pyaudio library. It allows you to pass audio from the microphone to the speaker and provides an option to quit the application with keyboard input.
- Python installed on your computer
- The
pyaudiolibrary
-
Clone the repository:
git clone https://github.com/your-username/karaoke-application.git
-
Navigate to the project directory:
cd karaoke-application -
Install the required dependencies:
pip install pyaudio
-
Run the following command to start the karaoke application:
python karaoke.py
-
The application will start streaming audio from your microphone to the speaker.
-
To quit the application, enter 'q' and press Enter.
This project is licensed under the MIT License.