nerdexam
Microsoft

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…

Design AI solutions

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)
  • A
    8% (3)
  • B
    75% (27)
  • C
    17% (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

#Speech service#audio format#WAV/PCM#real-time streaming

Community Discussion

No community discussion yet for this question.

Full AI-100 Practice