问题描述
我正在WPF中创建一个应用程序,该应用程序允许通过麦克风录制声音.此应用程序旨在教授英语.通过我的应用程序,老师可以录制他/她的声音.学生可以远程收听录制的老师的声音,同时还可以录制他的声音,并将其语音与老师的语音进行比较.该应用程序允许同时播放这两种声音,并生成这两种声音的图形.
我在同时播放这些声音以及生成它们的声音图表时遇到了困难.
I am creating an application in WPF which allows to record sound through microphone. This application is designed to teach English language. Through my application the teacher can record his/hear sound. The student can remotely listen to the recorded sound of teacher and at the same time also record his sound and compare his speech with that of his/her teacher. The application allows to play both these sounds and the same time and generate a graph of both these sounds.
I am facing a difficulty in playing these sounds simultaneously and also generating a graph of their sounds. Can any body help me in this concern?
推荐答案
这篇关于WPF中的音频录制及其比较的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!