logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

AuSoundPlaySynchronousFromFile - play a file.

Arguments

server    Specifies the connection to the audio server.

       filename  Specifies the name of the audio data file.

       volume    Specifies the volume level.

Description

AuSoundPlaySynchronousFromFile  plays  filename  and  returns AuTrue when done or AuFalse if there was an
       error.

Name

AuSoundPlaySynchronousFromFile - play a file.

See Also

AuSoundPlay, AuSoundPlayFromBucket, AuSoundPlayFromData, AuSoundPlayFromFile.

       audiolib - NetworkAudioSystem C Language Interface

soundlib                                              1.9.4                    AuSoundPlaySynchronousFromFile(3)

Synopsis

       #include <audio/audiolib.h>
       #include <audio/soundlib.h>

       AuBoolAuSoundPlaySynchronousFromFile(server, filename, volume)
           AuServer *server;
           char *filename;
           int volume;

See Also