Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 575 Bytes

File metadata and controls

13 lines (9 loc) · 575 Bytes

WavEncodeFormat

WAV audio format with optional sample rate and channel layout.

Properties

Name Type Required Description
sample_rate Optional[int] No The sample rate in Hz. Defaults to 44100 Hz if not specified.
audio_channel_layout Optional[AudioChannelLayout] No
type Literal["wav"] Yes None

[Back to Model list] [Back to API list] [Back to README]