Irfan Syed
Results
1
comments of
Irfan Syed
By saving files as .AAC on both iOS and Android, this issue can be worked around. ```typescript const audioSet: AudioSet = { AudioEncoderAndroid: AudioEncoderAndroidType.AAC, AudioSourceAndroid: AudioSourceAndroidType.MIC, AVEncoderAudioQualityKeyIOS: AVEncoderAudioQualityIOSType.high, AVNumberOfChannelsKeyIOS: 2,...