public sealed class StreamingAudioConfig : IMessage<StreamingAudioConfig>, IEquatable<StreamingAudioConfig>, IDeepCloneable<StreamingAudioConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Text-to-Speech v1 API class StreamingAudioConfig.
Optional. Input only. Speaking rate/speed, in the range [0.25, 2.0]. 1.0 is
the normal native speed supported by the specific voice. 2.0 is twice as
fast, and 0.5 is half as fast. If unset(0.0), defaults to the native 1.0
speed. Any other values < 0.25 or > 2.0 will return an error.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `StreamingAudioConfig` class in the Google Cloud Text-to-Speech v1 API is used to describe the desired output audio data, and it implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version of `StreamingAudioConfig` is 3.10.0, but there are multiple previous versions of this class, going back to version 2.2.0."],["`StreamingAudioConfig` has two constructors, one default and one that accepts another `StreamingAudioConfig` object as a parameter."],["The `AudioEncoding` property specifies the format of the audio byte stream, supporting PCM and OGG_OPUS, and the `SampleRateHertz` property defines the synthesis sample rate."],["This class is located within the `Google.Cloud.TextToSpeech.V1` namespace and is contained within the `Google.Cloud.TextToSpeech.V1.dll` assembly."]]],[]]