1

React native中,当我开始语音识别时,它会发出哔声

我用来开始识别的代码:

 _startRecognizing = async() => {
        try {
            await Voice.start();
        } catch (e) {
            console.log(e);
        }
    }; 

使用的库https ://github.com/react-native-community/react-native-voice

有没有办法在android中静音这个哔声?

4

1 回答 1

0

似乎还没有解决此请求的方法 请参阅此处

于 2020-01-11T21:23:37.113 回答