qt实现录音和播放录音

代码web QAudioProbe *audioProbe; QAudioRecorder *audioRecorder; QMediaPlayer *audioPlayer; QString m_location; m_location = "/tmp/t.wav"; audioRecorder = new QAudioRecorder(this);
相关文章
相关标签/搜索