Function
love.sound.newSoundData( decoder )
Creates new SoundData from a Decoder. Fully expands the encoded sound data into raw sound data. Only do this for small files.
Synopsis
sounddata = love.sound.newSoundData( decoder )
Parameters
decoder Decoder Decode data from this Decoder until EOF.
Returns
sounddata SoundData A SoundData object.
Copyright © 2006-2010 LÖVE Development Team.