debian man page for ausoundplaysynchronousfromfile

Query: ausoundplaysynchronousfromfile

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

AuSoundPlaySynchronousFromFile(3)			     Library Functions Manual				 AuSoundPlaySynchronousFromFile(3)

Name
       AuSoundPlaySynchronousFromFile - play a file.

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

       AuBool AuSoundPlaySynchronousFromFile(server, filename, volume)
	   AuServer *server;
	   char *filename;
	   int volume;

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.

See Also
       AuSoundPlay, AuSoundPlayFromBucket, AuSoundPlayFromData, AuSoundPlayFromFile.

       audiolib - Network Audio System C Language Interface

soundlib							       1.9.3					 AuSoundPlaySynchronousFromFile(3)
Related Man Pages
aucreatebucket(3) - debian
ausoundplayfromdata(3) - debian
ausoundplayfrombucket(3) - debian
ausoundrecordtobucket(3) - debian
ausoundrecordtodata(3) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Introduction
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph