A voice control utility for Spotify

Overview

Logo

Spotify Voice Control

A voice control utility for Spotify · Report Bug · Request Feature

Built With

(back to top)

Installation

  1. Make a free application at https://developer.spotify.com
  2. Add a Redirect URI to the application and set is as http://localhost:8888/callback
  3. Clone this repository (git clone https://github.com/nexxeln/spotify-voice-control)
  4. Install all dependencies (pip install -r requirements.txt)
  5. Set two environment variables, SPOTIFY_CLIENT_ID and SPOTIFY_CLIENT_SECRET
  6. Authenticate by running main.py
  7. Run main.py to use.

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

You might also like...
DaisyXmusic ❤ A bot that can play music on Telegram Group and Channel Voice Chats
DaisyXmusic ❤ A bot that can play music on Telegram Group and Channel Voice Chats

DaisyXmusic ❤ is the best and only Telegram VC player with playlists, Multi Playback, Channel play and more

Jarvis From Basic to Advance - make a voice assistant similar to JARVIS (in iron man movie)
Jarvis From Basic to Advance - make a voice assistant similar to JARVIS (in iron man movie)

JARVIS (Basic to Advance) This was my attempt to make a voice assistant similar to JARVIS (in iron man movie) Let's be honest, it's not as intelligent

A simple voice detection system which can be applied practically for designing a device with capability to detect a baby’s cry and automatically turning on music

Auto-Baby-Cry-Detection-with-Music-Player A simple voice detection system which can be applied practically for designing a device with capability to d

This is an AI that runs in the terminal. It is a voice assistant that can do common activities and can also help in your coding doubts like

This is an AI that runs in the terminal. It is a voice assistant that can do common activities and can also help in your coding doubts like

This is my voice assistant Patric!

voice-assistant This is my voice assistant Patric! You can add can add commands and even modify his name Indice How to use Installation guide How to u

Voice helper on russian

Voice helper on russian

This bot can stream audio or video files and urls in telegram voice chats

Voice Chat Streamer This bot can stream audio or video files and urls in telegram voice chats :) 🎯 Follow me and star this repo for more telegram bot

A Simple Script that will help you to Play / Change Songs with just your Voice
A Simple Script that will help you to Play / Change Songs with just your Voice

Auto-Spotify using Voice Recognition A Simple Script that will help you to Play / Change Songs with just your Voice Explore the docs » Table of Conten

Comments
  • Core Changes

    Core Changes

    • Fixed issue #8
    • Moved speech recognition to it's own method.
    • Begin async method work (Increase performance hopefully)
    • Fixed pause playback
      • If user said pause twice, application would fail.
    • Fixed resume playback
      • If user said resume twice, application would fail.
    • Fixed 'quit' command
      • Now exits the application
    • Added current song command
      • Prints the song the user is currently listening to.
    • added go back command
      • Same action as back command
    • Added calibration to reduce ambient noise.
    opened by emoss08 2
  • invalid literal for int() with base 10: 'ten'

    invalid literal for int() with base 10: 'ten'

    When stating the volume command that can be printing as int or string.

    Reproduce -

    Say "Volume Ten" prints "Volume Ten" instead of volume 10.

    Which causes error

    volume = int(name)
    

    ValueError: invalid literal for int() with base 10: 'ten'

    opened by emoss08 0
  • Refactoring

    Refactoring

    • Import orjson instead of python json library
      • Faster than python json library
    • Explicitly return spotify methods in methods.py
    • F string all prints.
    opened by emoss08 0
Owner
Shoubhit Dash
Shoubhit Dash
Spotify Song Recommendation Program

Spotify-Song-Recommendation-Program Made by Esra Nur Özüm Written in Python The aim of this project was to build a recommendation system that recommen

esra nur özüm 1 Jun 30, 2022
Spotifyd - An open source Spotify client running as a UNIX daemon.

Spotifyd An open source Spotify client running as a UNIX daemon. Spotifyd streams music just like the official client, but is more lightweight and sup

null 8.5k Jan 9, 2023
TwitterMusicBot - A Twitter bot with Spotify integration.

A Twitter Music Bot ?? ?? ?? I created this project to learn more about APIs, so it only works for student purposes. Initially, delving into the Spoti

Gustavo Oliveira 2 Jan 2, 2022
DeepMusic is an easy to use Spotify like app to manage and listen to your favorites musics.

DeepMusic is an easy to use Spotify like app to manage and listen to your favorites musics. Technically, this project is an Android Client and its ent

Labrak Yanis 1 Jul 12, 2021
Telegram Voice-Chat Bot Written In Python Using Pyrogram.

Telegram Voice-Chat Bot Telegram Voice-Chat Bot To Play Music From Various Sources In Your Group Support All linux based os. Windows Mac Diagram Requi

TheHamkerCat 314 Dec 29, 2022
Pyrogram bot to automate streaming music in voice chats

Pyrogram bot to automate streaming music in voice chats Help If you face an error, want to discuss this project or get support for it, join it's group

Roj 124 Oct 21, 2022
Python interface to the WebRTC Voice Activity Detector

py-webrtcvad This is a python interface to the WebRTC Voice Activity Detector (VAD). It is compatible with Python 2 and Python 3. A VAD classifies a p

John Wiseman 1.5k Dec 22, 2022
SU Music Player — The first open-source PyTgCalls based Pyrogram bot to play music in voice chats

SU Music Player — The first open-source PyTgCalls based Pyrogram bot to play music in voice chats Note Neither this, or PyTgCalls are fully

SU Projects 58 Jan 2, 2023
Play any song directly into your group voice chat.

Telegram VCPlayer Bot Play any song directly into your group voice chat. Official Bot : VCPlayerBot | Discussion Group : VoiceChat Music Player Suppor

Shubham Kumar 50 Nov 21, 2022
A bot that can play music on Telegram Group and Channel Voice Chats

DaisyXmusic ❤ is the best and only Telegram VC player with playlists, Multi Playback, Channel play and more

TeamOfDaisyX 20 Jun 11, 2021