Skip to content

AudD-music/chromesthesia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chromesthesia

Find out what song is playing in a Chrome tab.

Once you play something the Chromesthesia icon should appear. In newer versions of Chrome the icon might always be visible but grayed out when inactive.

The extension is available in chrome web store at:
https://chrome.google.com/webstore/detail/chromesthesia/gocpionhjoififoliaelkfheedcafgin

How does it work?

It's a Chrome extension that captures the audio playing in a tab and sends it to audio recognition services. Currently two services are supported:
audD - No account required. 10 requests free per day
ACRCloud - Requires an account but there is a free plan.

Thanks

Uses shine to do mp3 compression.

Known issues

Spotify link does not work

Try to enable the "Remember my choice for all links of this type" in the launch application dialog.

ACRCloud complaints that it can't generate fingerprint

Try to increase capture duration in options. It should be at least 10 seconds.

Help wanted

  • Improve interaction and graphical design
  • Write more matchers. Currently ACRCloud seems to be the only recognition service with an open API. There is acoustid but at time of writing it can only do whole song recognition.

Development

Clone repo and use "Load unpacked extension..." on the chrome extensions page.

To auto reload on changes you can run devd in the repo root devd -l . and uncomment reloadOnChange(); in background.js. Have a look at dummyMatch.js.js and matchers.js for how to test matcher results.

License

Chromesthesia is licensed under the MIT license. See LICENSE for the full license text.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.5%
  • CSS 6.8%
  • HTML 3.0%
  • Makefile 0.7%