encodeWAV

Encodes a WAV.

  1. void encodeWAV(Sound sound, string filepath)
  2. void encodeWAV(R output, Sound sound)
    void
    encodeWAV
    (
    R
    )
    if (
    isOutputRange!(R, ubyte)
    )

Meta