@@ -307,24 +307,25 @@ public ServiceCall<Voice> getVoice(GetVoiceOptions getVoiceOptions) {
307307 * format with the Opus codec (`audio/ogg;codecs=opus`). The service always returns single-channel
308308 * audio. * `audio/alaw` - You must specify the `rate` of the audio. * `audio/basic` - The service
309309 * returns audio with a sampling rate of 8000 Hz. * `audio/flac` - You can optionally specify the
310- * `rate` of the audio. The default sampling rate is 22,050 Hz. * `audio/l16` - You must specify
311- * the `rate` of the audio. You can optionally specify the `endianness` of the audio. The default
312- * endianness is `little-endian`. * `audio/mp3` - You can optionally specify the `rate` of the
313- * audio. The default sampling rate is 24,000 Hz for Natural voices and 22,050 Hz for for all
314- * other voices. * `audio/mpeg` - You can optionally specify the `rate` of the audio. The default
315- * sampling rate is 22,050 Hz. * `audio/mulaw` - You must specify the `rate` of the audio. *
316- * `audio/ogg` - The service returns the audio in the `vorbis` codec. You can optionally specify
317- * the `rate` of the audio. The default sampling rate is 22,050 Hz. * `audio/ogg;codecs=opus` -
318- * You can optionally specify the `rate` of the audio. Only the following values are valid
319- * sampling rates: `48000`, `24000`, `16000`, `12000`, or `8000`. If you specify a value other
320- * than one of these, the service returns an error. The default sampling rate is 48,000 Hz. *
321- * `audio/ogg;codecs=vorbis` - You can optionally specify the `rate` of the audio. The default
322- * sampling rate is 22,050 Hz. * `audio/wav` - You can optionally specify the `rate` of the audio.
323- * The default sampling rate is 22,050 Hz. * `audio/webm` - The service returns the audio in the
324- * `opus` codec. The service returns audio with a sampling rate of 48,000 Hz. *
325- * `audio/webm;codecs=opus` - The service returns audio with a sampling rate of 48,000 Hz. *
326- * `audio/webm;codecs=vorbis` - You can optionally specify the `rate` of the audio. The default
327- * sampling rate is 22,050 Hz.
310+ * `rate` of the audio. The default sampling rate is 24,000 Hz for Natural voices and 22,050 Hz
311+ * for all other voices. * `audio/l16` - You must specify the `rate` of the audio. You can
312+ * optionally specify the `endianness` of the audio. The default endianness is `little-endian`. *
313+ * `audio/mp3` - You can optionally specify the `rate` of the audio. The default sampling rate is
314+ * 24,000 Hz for Natural voices and 22,050 Hz for for all other voices. * `audio/mpeg` - You can
315+ * optionally specify the `rate` of the audio. The default sampling rate is 24,000 Hz for Natural
316+ * voices and 22,050 Hz for all other voices. * `audio/mulaw` - You must specify the `rate` of the
317+ * audio. * `audio/ogg` - The service returns the audio in the `vorbis` codec. You can optionally
318+ * specify the `rate` of the audio. The default sampling rate is 48,000 Hz. *
319+ * `audio/ogg;codecs=opus` - You can optionally specify the `rate` of the audio. Only the
320+ * following values are valid sampling rates: `48000`, `24000`, `16000`, `12000`, or `8000`. If
321+ * you specify a value other than one of these, the service returns an error. The default sampling
322+ * rate is 48,000 Hz. * `audio/ogg;codecs=vorbis` - You can optionally specify the `rate` of the
323+ * audio. The default sampling rate is 48,000 Hz. * `audio/wav` - You can optionally specify the
324+ * `rate` of the audio. The default sampling rate is 24,000 Hz for Natural voices and 22,050 Hz
325+ * for all other voices. * `audio/webm` - The service returns the audio in the `opus` codec. The
326+ * service returns audio with a sampling rate of 48,000 Hz. * `audio/webm;codecs=opus` - The
327+ * service returns audio with a sampling rate of 48,000 Hz. * `audio/webm;codecs=vorbis` - You can
328+ * optionally specify the `rate` of the audio. The default sampling rate is 48,000 Hz.
328329 *
329330 * <p>For more information about specifying an audio format, including additional details about
330331 * some of the formats, see [Using audio
0 commit comments