Skip to content
Tangent 128 edited this page Mar 28, 2015 · 3 revisions

mixer.loadWAV

Load a wav file as a chunk.

Function

SYNOPSIS

chunk, err = function mixer.loadWAV(path)

ARGUMENTS

  • path, the path to the file

RETURNS

  • chunk, the chunk or nil on failure (see Chunk)
  • err, the error message
Clone this wiki locally