OutputSoundFile

Provide write access to sound files.

Constructors

this
this()

Default constructor.

Destructor

~this
~this()

Destructor.

Members

Functions

openFromFile
bool openFromFile(const(char)[] filename, uint sampleRate, uint channelCount)

Open the sound file from the disk for writing.

write
void write(const(short)[] samples)

Write audio samples to the file.

Meta