Add .wav/linear PCM encoding for Android
T
Tom Vincent
iOS supports
Audio.RECORDING_OPTION_IOS_OUTPUT_FORMAT_LINEARPCM
; it'd be great if this could also be supported by Android.One use case for this is for speech-to-text, which lossy formats do not work well with.
Additionally, Android currently does not appear to support any lossless format.
Anil Samuel
https://docs.aws.amazon.com/transcribe/latest/dg/input.html - refer for audio specs required for AWS Transcribe SDK
Anil Samuel
https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/how-to-use-codec-compressed-audio-input-streams - refer for audio specs required for Azure Speech SDK
T
Tom Vincent