I want to start a big project and it is required to compare two audio files to get % of match.
Example :
audio A is the original audio.
audo B is recorded from microphone. ( everything is same as in audio A, except for voice )
I want to know how close B is to A in percents. ( 100% = identical )
Does anyone know a way how to do this?
Maybe it could be possible by comparing spectrum of file A with the spectrum of file B..