Skip to content

Vibey is a bash shell script that plays songs on your command. Just say the song name, and let Vibey turn your voice into music. Enjoy a seamless and hands-free musical experience with Vibey.

License

Notifications You must be signed in to change notification settings

Suvansarkar/vibey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Vibey

Vibey is a bash script that turns your voice into music. It allows you to record your voice as you say the name of a song and plays it back for you. With Vibey, you can enjoy a hands-free and interactive way to control your music playback.

Dependencies

Before using Vibey, make sure you have the following dependencies installed:

  • vosk: A speech recognition toolkit
    pip3 install vosk
    Additionally, you need to download a VOSK model from here. The small model will suffice for this project as the big ones are overkill. Store the file locally and change the VOSK_MODEL_PATH in the vibey file to its path.
  • ffmpeg: A powerful multimedia framework (used for recording audio)
  • google_speech: A Python library for Google Speech Recognition
    pip3 install google_speech
  • yt-dlp: A command-line program to download videos from YouTube
    pip3 install yt-dlp

Usage

  1. Clone the Vibey repository to your local machine:

    git clone https://github.com/Suvansarkar/vibey.git
    cd vibey
  2. Install the required dependencies if you haven't already.

  3. Run Vibey:

    ./vibey
  4. Speak out the name of the song you desire to be played out loud into the microphone(not too loud).

  5. Vibey will process your input and play the requested song.

    Enjoy your music with vibey!

License

This project is licensed under the MIT License - see the LICENSE file for more details

About

Vibey is a bash shell script that plays songs on your command. Just say the song name, and let Vibey turn your voice into music. Enjoy a seamless and hands-free musical experience with Vibey.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages