GNSDK-based command line tool that identifies artist, album and track name in a .wav file.
- GNSDK
- Gracenote's Developer account with credentials
Just follow the link and get it there.
- Copy
main.c
tognsdk-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"}]