Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

audups

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

audups

Command line tool for finding similar audio files using their AcoustID fingerprints

  • 0.1.post6
  • PyPI
  • Socket score

Maintainers
1

audups

Command line tool for finding similar audio files using their AcoustID fingerprints

Requirements

  • chromaprint (for fingerprint calculation)
  • ffmpeg (to read audio files)

Note that this project is only intended to be used on Linux, support for other operating systems will not be provided.

Usage

audups /path/to/music
Compare the files in /path/to/music with themselves, printing similar ones.
You can set the threshold at which matches are printed using --threshold x, where x is a number between 0.0 and 1.0.

audups MUSIC1 MUSIC2
Compares the files in MUSIC1 to the files in MUSIC2

audups --a MUSIC1 MUSIC2 --b MUSIC3
Compares the files in MUSIC1 and MUSIC2 to the files in MUSIC3
(Note that files specified in --a are not compared with other files specified in --a)

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc