protyposis / Aurio

Audio Fingerprinting & Retrieval for .NET
GNU Affero General Public License v3.0
128 stars 28 forks source link

Can I apply the fingerprint matching algorithm for speech recognition purposes? #4

Closed ohsorry closed 7 years ago

ohsorry commented 7 years ago

i have a lot of human voice recordings. I want to count the occurrences of special words or phrases in the recordings. How can i achieve it? customize the FingerprintGenerator's profile?

protyposis commented 7 years ago

Audio fingerprinting is designed to find copies of the same audio; even when the same person says the same word two times, it's already different and extremely hard to detect with fingerprinting... if a word is said by different persons it's already so different that fingerprinting won't detect it at all. So the answer is unfortunately that this is not going to work, you'll have to look into actual speech recognition.

ohsorry commented 7 years ago

Oh,i see.sorry to hear that. thanks a lot :)