-
Notifications
You must be signed in to change notification settings - Fork 539
可不可以实时获取音频文件 #336
Comments
onProgress only works on iOS, you can set and save the audio path before recording started |
I want to get audio files in real time during recording, which is not possible on Android yet. |
ok, but I still don't get it why you want to get the file path while recording when you can get it in advance? maybe some explain? |
@aJIEw |
well, in that case, you can call stopRecording on app exit, it seems that this lib doesn't support long-time running in the background(at least for android), so maybe better not use it for that purpose. |
@aJIEw |
@aJIEw |
I see, what you want is recording and streaming at the same time (not supported by this library), you can try react-native-audio-record, let me know if that helps. |
@aJIEw Thank you. That's exactly what I want. |
在AudioRecorder.onProgress 中data中没有实时返回音频路径,我像知道能不能实时获取音频路径
There is no real-time return audio path. I want to know if I can get the audio path in real time during recording. Thank you.
The text was updated successfully, but these errors were encountered: