File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
google/cloud/aiplatform/v1 Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -192,9 +192,10 @@ message PrebuiltVoiceConfig {
192192
193193// The configuration for the replicated voice to use.
194194message ReplicatedVoiceConfig {
195- // Optional. The mimetype of the voice sample. Currently only
196- // mime_type=audio/pcm is supported, which is raw mono 16-bit signed
197- // little-endian pcm data, with 24k sampling rate.
195+ // Optional. The mimetype of the voice sample. The only currently supported
196+ // value is `audio/wav`. This represents 16-bit signed little-endian wav data,
197+ // with a 24kHz sampling rate. `mime_type` will default to `audio/wav` if not
198+ // set.
198199 string mime_type = 1 [(google.api.field_behavior ) = OPTIONAL ];
199200
200201 // Optional. The sample of the custom voice.
You can’t perform that action at this time.
0 commit comments