-
|
Hello everyone, I'm using I noticed that the interrupted audio file exists on the disk, but it cannot be played. I tried using ffmpeg to manipulate it, but that didn't work. Sorry, I'm a complete beginner in this area. I've read some articles saying that specific audio formats are required for recovery. How can this be achieved in |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hey, you could use tools like https://github.com/anthwlock/untrunc to handle that server-side. Recovery also will be easier with formats like WAV which is almost raw audio data. You can configure the formats by passing the options to enableFileOuput: |
Beta Was this translation helpful? Give feedback.
Hey, you could use tools like https://github.com/anthwlock/untrunc to handle that server-side.
Recovery also will be easier with formats like WAV which is almost raw audio data. You can configure the formats by passing the options to enableFileOuput:
https://docs.swmansion.com/react-native-audio-api/docs/inputs/audio-recorder#audiorecorderfileoptions