WavWriter.write

Writes 8-bit samples to the file. You must have constructed the object with an 8 bit header.

  1. bool write(ubyte[] data)
    struct WavWriter
    @nogc
    bool
    write
    (
    ubyte[] data
    )
  2. bool write(short[] data)

Return Value

Type: bool

true on success, false on error. Check errno for details.

Suggestion Box / Bug Report