jsierles / react-native-audio

Audio recorder library for React Native
MIT License
1.16k stars 539 forks source link

Can't prepareRecordingAtPath on ios rn0.60.5 audio 4.3.0 #346

Closed buffge closed 5 years ago

buffge commented 5 years ago

Version

react-native-audio : 4.3.0 react-native : 0.60.5 react : 16.8.6 using react-native-sound ? Yes System: ios

Expected behaviour :

const audioPath = AudioUtils.DocumentDirectoryPath + "/tempAudio.aac" AudioRecorder.prepareRecordingAtPath(audioPath, { SampleRate: 22050, Channels: 1, AudioQuality: "Low", AudioEncoding: "aac", }) l wan't record audio

Actual behaviour

When call prepareRecordingAtPath will Error

Steps to reproduce

l don't do any thing before call prepareRecordingAtPath function

微信图片_20190930174928

buffge commented 5 years ago

l has resolve this. In ios , this function don't have return value.