Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

A real time FFT produced from streamed audio on a LED matrix

License

Notifications You must be signed in to change notification settings

cujomalainey/Google-Play-Stream-Spec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

this project is now READONLY as Google Play music has been deprecated

gplay-stream-spec

Creates a real time frequency spectrum display using google play music

Purpose: Create a real time dynamic display powered by streamed music

This project takes in a google play commands and generates the specturm analysis and plays the stream at the same time.

Video

demovideo

API between programs

To C

All commands end with a \n

All commands that do not have parameters have a trailing space

play <URL>

Plays the given url immidietally

pause

pause the current song

unpause

resumes song

stop

stop the current song

quit

closes the process

color <level> <RED> <GREEN> <BLUE>

redefined color of a level (0-3) using RGB color code

volume <percent>

sets volume percent

reset

make sure you have the trailing space, resets bar colors and refresh rate

From C

finished

Playback for the current song has finished