algorithm - How to find difference of two voice files using python -
i want 2 compare 2 voice file , find difference between them, spouse have original file of music track , file readout of music me, want 2 compare these 2 musics , find difference between phonemes, words aren't important me, important thing similarity in phonemes , want find percentage of similarity. prefer implement python.
you try audio fingerprinting using fpcalc in chromaprint.
chromaprint core component of acoustid project. audio fingerprinting done using fpcalc in chromaprint. fpcalc should placed in same directory python script.
python bindings chromaprint acoustic fingerprinting , acoustid api.
https://pypi.python.org/pypi/pyacoustid
bellow example article python demo code.
comparing non-identical audio files duplicate content cross-correlated fingerprints http://www.randombytes.org/audio_comparison.html
how chromaprint work?
Comments
Post a Comment