logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SoundOpenFileForWriting - open an audio file for writing.

Arguments

filename  Specifies the name of the file.

       sound     Specifies the audio file description.

Description

SoundOpenFileForWriting opens filename for writing and returns sound or NULL if there was an error.

Name

SoundOpenFileForWriting - open an audio file for writing.

See Also

SoundWriteFile.

       audiolib - NetworkAudioSystem C Language Interface

sound                                                 1.9.4                           SoundOpenFileForWriting(3)

Synopsis

       #include <audio/audiolib.h>

       SoundSoundOpenFileForWriting(filename, sound)
           char *filename;
           Soundsound;

See Also