AudioFileWriter

class AudioFileWriter(fileFormat: AudioFileFormat, path: Path, fileSystem: FileSystem = SystemFileSystem)

Constructors

Link copied to clipboard
constructor(fileFormat: AudioFileFormat, path: Path, fileSystem: FileSystem = SystemFileSystem)

Functions

Link copied to clipboard
fun write(audioDataSource: AudioSource)

Writes the audio data from an AudioBuffer to a file in the specified format.