Saving Iphone .caf files on AWS S3

110 views Asked by At

I'm trying to record and save Audio to AWS S3. I'm able to record and play the newly recorded audio in the App, but when trying to save the following file (using https://github.com/benjreinhart/react-native-aws3), the file turns up empty in S3:

const file = { uri: sound, name:${name}.caf, type: "audio/x-caf" };

Has anyone found an audio type that works with .caf?

0

There are 0 answers