decodeWAV

Decodes a WAV.

  1. Sound decodeWAV(string filepath)
  2. Sound decodeWAV(R input)
    decodeWAV
    (
    R
    )
    ()
    if (
    isInputRange!R
    )

Throws

WavedException on error.

Meta