How can I get a recorded audio?

Please provide the following:

  1. SDK Version: 36
  2. Platforms(Android/iOS/web/all): Android

Hey everyone, I’m making app that involves a little recorder, and so far it’s kinda working but I can’t figure out how to get the actual file to send it to my database.

await recorder.stopAndUnloadAsync();
const newSound = await recorder.createNewLoadedSoundAsync(

With this I got the audio object that has all the methods like .playAsync() or .stopAsync() but I can’t serialize this object, I’m just really lost on how to get the actual result of the recorder, or how I’m supposed to send this to my database, or to firestore’s storage, I’m just lost overall
Thanks in advance!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.