lao documentation

lao version 1.0.0 - 20100905


ao.openFile

Open a file for audio output. The file format is determined by the audio driver used.

userdata device, string error = ao.openLive(number driverId, string filename, boolean overwrite, table format, table options)

Parameters

Return Values

Notes

Live output drivers cannot be used with this function. Use ao.openLive instead.

When passed to ao.openFile, the byteFormat member of a format table does not specify the byte format that will be used in the file output, just the input sample format.


developed by Linus Sjögren

thelinx@unreliablepollution.net


back to index

this project at GitHub