简体   繁体   English

如何在C#中比较两个声音......?

[英]How To Compare Two Sounds In C#…?

I'm making a desktop dictionary which gives meaning with audio pronouncation and also user could record his pronouncation in .wav format..... and the application would tell him how prefect he is in his pronouncation.......! 我正在制作一个桌面词典,它给出了音频发音的意义,用户也可以用.wav格式记录他的发音.....应用程序会告诉他他的发音是多么完美.......! I want to known whether there is way that could help me in comparing the audio file in .wav format....? 我想知道是否有办法可以帮助我比较.wav格式的音频文件....? * Not the size actually but the pronouncation..... * I'm using visual studio 2008 * 不是实际的大小,而是发音...... *我正在使用visual studio 2008

You don't want to compare it in .wav format. 您不希望以.wav格式比较它。 Do a FFT and compare the spectrograms . 进行FFT并比较频谱图

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM