1SoundReadFile(3) Library Functions Manual SoundReadFile(3)
2
3
4
6 SoundReadFile - read audio data from an audio file.
7
9 #include <audio/audiolib.h>
10
11 int SoundReadFile(buffer, num_bytes, sound)
12 char *buffer;
13 int num_bytes;
14 Sound sound;
15
17 buffer Specifies where the data should be read into.
18
19 num_bytes Specifies the length of the data to read.
20
21 sound Specifies the audio file description.
22
24 SoundReadFile reads num_bytes into buffer from the audio file described
25 by sound.
26
28 SoundOpenFileForReading.
29
30 audiolib - Network Audio System C Language Interface
31
32
33
34 1.9.5 SoundReadFile(3)