在React native中,当我开始语音识别时,它会发出哔声。
我用来开始识别的代码:
_startRecognizing = async() => {
try {
await Voice.start();
} catch (e) {
console.log(e);
}
};
使用的库:https ://github.com/react-native-community/react-native-voice
有没有办法在android中静音这个哔声?