Skip to content

Commit

Permalink
fix: audio recording default output
Browse files Browse the repository at this point in the history
  • Loading branch information
isekovanic committed Dec 20, 2024
1 parent d607132 commit 909f79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/native-package/src/optionalDependencies/Audio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ class _Audio {
AudioSourceAndroid: AudioSourceAndroidType.MIC,
AVEncoderAudioQualityKeyIOS: AVEncoderAudioQualityIOSType.high,
AVFormatIDKeyIOS: AVEncodingOption.aac,
AVModeIOS: AVModeIOSOption.measurement,
AVModeIOS: AVModeIOSOption.spokenaudio,
AVNumberOfChannelsKeyIOS: 2,
OutputFormatAndroid: OutputFormatAndroidType.AAC_ADTS,
};
Expand Down

0 comments on commit 909f79a

Please sign in to comment.