一般默认Microphone的声音频率是8kHz ,如果调节更好的声音品质,就需要使用setRate方法,如: myMic.setRate(userRate); //其中userRate的可能值有: 5, 8, 11, 22或 44。 相关文章: