Skip to content

The-sultan/NowPlayingVinyl

Repository files navigation

NowPlayingVinyl

Description

Simple Node.js app that records music from the microphone or any other audio source and sends it to audd.io service to be recognized

Installation

npm install create a json file called tokens.mds with this content:

const tokens = { "spotifyToken" : "", "auddioToken": "" } export { tokens };

Note about audio capture

This app uses node-mic-record which uses arecord for linux environments (using this on a raspberry pi). It can also be used with sox but not tested.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published