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?

http://oxygene.sk/2011/01/how-does-chromaprint-work/


Comments

Popular posts from this blog

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -