react-native-speech-iflytek
react-native-speech-iflytek copied to clipboard
语音合成后,content 和 filename 返回是 null
synthesizerEventEmitter.addListener('onSynthesizerBufferCompletedEvent', (result)=>{ console.log(result); // {"content": null, "filename": null} });
求帮助!