You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"VoiceRecorder component from the react-voice-recorder-player library is not exposing a getAudioData method or any other way to access the recorded audio data directly.
Since we're unable to retrieve the recorded audio data from the VoiceRecorder component, and the handleAudioRecordingComplete callback is not being invoked correctly, it seems that the issue might be related to a limitation or a bug in the react-voice-recorder-player library."
Attempting to use this library to be able to record audio snippets from phone and post to the feed of a practice social media app but^
The text was updated successfully, but these errors were encountered:
@bootrino @helldiving It will be helpful if you could explain the issue you're facing a bit more.
The library exposes the onRecordingEnd function that fires when the recording ends. Can't you use that to retrieve the recorded audio data? It returns you the file as Blob.
"VoiceRecorder component from the react-voice-recorder-player library is not exposing a getAudioData method or any other way to access the recorded audio data directly.
Since we're unable to retrieve the recorded audio data from the VoiceRecorder component, and the handleAudioRecordingComplete callback is not being invoked correctly, it seems that the issue might be related to a limitation or a bug in the react-voice-recorder-player library."
Attempting to use this library to be able to record audio snippets from phone and post to the feed of a practice social media app but^
The text was updated successfully, but these errors were encountered: