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

C# | Visual Basic | Visual C++ |
public static AoDevice OpenFile( AoDriver driver, string fileName, bool overwrite, int bitsPerSample, int sampleRate, int channels )

An AoDevice representing the open device, null if it cannot be opened.