WavFormat

sealed class WavFormat

The service defaults to using RIFF for WAV outputs. If your output audio is likely to exceed 4 GB in file size, or if you otherwise need the extended support of the RF64 format, set your output WAV file format to RF64.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
object Rf64 : WavFormat
Link copied to clipboard
object Riff : WavFormat
Link copied to clipboard
data class SdkUnknown(val value: String) : WavFormat

Properties

Link copied to clipboard
abstract val value: String