Skip to content

dogkeeper886/karaoke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Karaoke Application

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.

Prerequisites

  • Python installed on your computer
  • The pyaudio library

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/karaoke-application.git
  2. Navigate to the project directory:

    cd karaoke-application
  3. Install the required dependencies:

    pip install pyaudio

Usage

  1. Run the following command to start the karaoke application:

    python karaoke.py
  2. The application will start streaming audio from your microphone to the speaker.

  3. To quit the application, enter 'q' and press Enter.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published