/twitch-song-id

A 99% complete, but entirely useless project to ID songs on live twitch streams

Primary LanguageTypeScriptMIT LicenseMIT

Node.js version NPM version

MIT License PRs Welcome

Watch on GitHub Star on GitHub

twitch-song-id

A 99% complete, but entirely useless project to ID songs on live twitch streams.

The reason that its entirely useless is because I couldn't find an API to query to see if the fingerprint matches any known song. I tried using acoustid, but it turns outthat you can't use partial fingerprints.

If anyone checks out this project and can recommend me a web service that I can use, let me know and I'll finish this tool and even add a frontend website.

Quick start

You're going to need a modern version of Node (at least 6.x) and a few things in your path:

  • ffmpeg
  • fpcalc
  • Streamlink (should really be replaced with the python version)