Skip to content

Commit 9ae82e1

Browse files
Google APIscopybara-github
authored andcommitted
docs: update ReplicatedVoiceConfig.mime_type comment
PiperOrigin-RevId: 839364684
1 parent 9f786b5 commit 9ae82e1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

google/cloud/aiplatform/v1beta1/content.proto

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,10 @@ message PrebuiltVoiceConfig {
192192

193193
// The configuration for the replicated voice to use.
194194
message 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.

0 commit comments

Comments
 (0)