Click or drag to resize

AudioFormatType Enumeration

Audio format types that can be requested from the service.

Namespace:  IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public enum AudioFormatType
Members
  Member nameValueDescription
OGG0 OGG Vorbis format
WAV1 Linear PCM format.
FLAC2 FLAC audio format.
See Also