OutputSoundFile.openFromFile

Open the sound file from the disk for writing.

The supported audio formats are: WAV, OGG/Vorbis, FLAC.

class OutputSoundFile
bool
openFromFile
(
const(char)[] filename
,,
)

Return Value

Type: bool

true if the file was successfully opened.

Meta