What does a audio frame contain?

前端 未结 4 780
春和景丽
春和景丽 2020-12-23 12:27

Im doing some research on how to compare sound files(wave). Basically i want to compare stored soundfiles (wav) with sound from a microphone. So in the end i would like to p

4条回答
  •  Happy的楠姐
    2020-12-23 13:01

    A simple byte-by-byte comparison has almost no chance of a successful match, even with some tolerance thrown in. Voice-pattern recognition is a very complex and subtle problem that is still the subject of much research.

提交回复
热议问题