Speech recognition webservice that scores the accuracy of one audio clips vs. another?
Posted
by wgpubs
on Stack Overflow
See other posts from Stack Overflow
or by wgpubs
Published on 2010-05-18T17:47:58Z
Indexed on
2010/05/18
17:50 UTC
Read the original article
Hit count: 175
Does such a thing exist?
Building a Rails based web application where users can upload an audio file of them speaking that then needs to be compared to another audio file for the purposes of determining how similar to voices are. Ideally I'd like to simply get a response that gives me a score of how similar they are in terms of percentage (e.g. 75% similar etc...).
Anyone have any ideas?
Thanks
© Stack Overflow or respective owner