Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

SoundOpenFileForReading - open an audio file for reading.

Arguments

filename  Specifies the name of the audio file to open.

Description

SoundOpenFileForReading  opens  filename  for  reading  and  returns  a  Sound, a pointer to the SoundRec
       structure describing the file or NULL if there was an error.

Name

SoundOpenFileForReading - open an audio file for reading.

See Also

SoundReadFile.

       audiolib - NetworkAudioSystem C Language Interface

                                                      1.9.4                           SoundOpenFileForReading(3)

Synopsis

       #include <audio/audiolib.h>

       SoundSoundOpenFileForReading(filename)
           char *filename;

See Also