Metadata-Version: 1.1
Name: audiodiff
Version: 0.0.1
Summary: commandline tool to compare audio files
Home-page: https://github.com/clee704/audiodiff
Author: Choongmin Lee
Author-email: choongmin@me.com
License: MIT License
Description: =========
        audiodiff
        =========
        
        audiodiff is a commandline tool that compares two audio files and prints
        info whether audio streams and/or tags differ. It can compare two directories
        recursively, like ``diff -r``. When doing it recursively, it compares files
        with the same name, even the extensions differ (e.g. ``a/c/d.flac`` and
        ``b/c/d.mp4`` will be compared, unlike ``diff -r``).
        You can choose to compare only audio streams, tag contents, or both.
        
        This tool is useful to confirm that lossless conversion is done successfully,
        or to compare audio files with backed up data.
        
        You have to install audiotools_ to compare audio streams.
        
        .. _audiotools: http://audiotools.sourceforge.net/install.html
        
Keywords: lossless audio metadata comparison
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Multimedia :: Sound/Audio :: Analysis
Classifier: Topic :: Utilities
