SoundFingerprinting.Emy is a native C# client for Emy fingerprints storage. It provides ways to insert, query, delete entries from Emy. To learn more about SoundFingerprinting visit github page https://github.com/AddictedCS/soundfingerprinting. To learn more about Emy visit https://www.emysound.com
License
—
Deps
6
Install Size
—
Vulns
✓ 0
Published
Feb 26, 2026
$ dotnet add package SoundFingerprinting.EmyEmy provides an efficient database for audio/video fingerprints. Enables storing tens of thousands of audio/video tracks, which can be searched later.
Use cases:
Community Edition is free for non-commercial use. To run the server:
docker run -d -v /persistent-dir:/app/data -p 3399:3399 -p 3340:3340 addictedcs/soundfingerprinting.emy:latest
Emy provides a backoffice interface which you can access on port :3340. In order to insert and query Emy server please install SoundFingerprinting.Emy NuGet package.
More details on how audio fingerprinting works and how to use Emy can be found at https://emysound.com.
Blog: https://emysound.com/blog.