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