lao documentation

lao version 1.1.0 - 20170904


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 key in the format table specifies the input sample format, but does not change the byte format used in the file output.


developed by Linus Sjögren, daurnimator and peterbillam

thelinx@unreliablepollution.net


back to index

this project at GitHub