AI-100 · Question #163
You are designing a real-time speech-to-text AI feature for an Android mobile app. The feature will stream data to the Speech service. You need to recommend which audio format to use to serialize…
The correct answer is B. WAV/PCM. Currently, only the following configuration is supported: Audio samples in PCM format, one channel, 16 bits per sample, 8000 or 16000 samples per second (16000 or 32000 bytes per second), two block align (16 bit including padding for a…
Question
You are designing a real-time speech-to-text AI feature for an Android mobile app. The feature will stream data to the Speech service. You need to recommend which audio format to use to serialize the audio. The solution must minimize the amount of data transferred to the cloud. What should you recommend?
Options
- AMP3
- BWAV/PCM
- CMP4a
How the community answered
(36 responses)- A8% (3)
- B75% (27)
- C17% (6)
Explanation
Currently, only the following configuration is supported: Audio samples in PCM format, one channel, 16 bits per sample, 8000 or 16000 samples per second (16000 or 32000 bytes per second), two block align (16 bit including padding for a https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/how-to-use-audio-
Topics
Community Discussion
No community discussion yet for this question.