Expo Audio Recording Format for WAV

SDK Version: 36.0.0
Platforms(Android/iOS)

Hi, I need the combination of a working setting for .wav file in android. I found out that this question’s already asked in this and other platforms but I couldn’t find a solution.
I am sharing my working settings in IOS, but I couldn’t find out which output format and audio encoder combination should work for .wav files in android.
Any help would be appreciated,

ios: {
        extension: '.wav',
        outputFormat: Audio.RECORDING_OPTION_IOS_OUTPUT_FORMAT_LINEARPCM,
        audioQuality: Audio.RECORDING_OPTION_IOS_AUDIO_QUALITY_MIN,
        sampleRate: 44100,
        numberOfChannels: 2,
        bitRate: 128000,
        linearPCMBitDepth: 16,
        linearPCMIsBigEndian: false,
        linearPCMIsFloat: false,
      },
2 Likes

any solutions?

1 Like

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