Skip to content

GNSDK-based command line tool that identifies artist, album and track name in a .wav file.

Notifications You must be signed in to change notification settings

ZeroOneStudio/gracenote-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

gracenote-cli

GNSDK-based command line tool that identifies artist, album and track name in a .wav file.

What do I need?

  • GNSDK
  • Gracenote's Developer account with credentials

Just follow the link and get it there.

What to do?

  • Copy main.c to gnsdk-3.07.0.2861o-20141028/samples/musicid_stream
  • Run make
  • Use ./sample 'CLIENT ID' 'CLIENT TAG' ./license.txt 'online' ./data/05-Hummingbird-sample.wav

If everything is fine, you should see the following output:

[{"artist": "Wilco", "album": "A Ghost is Born", "title": "Hummingbird"}]

About

GNSDK-based command line tool that identifies artist, album and track name in a .wav file.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 100.0%