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

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