Table of Contents
AuStringToWaveForm - return the wave form described
by string.
#include <audio/audiolib.h>
int AuStringToWaveForm(string)
char *string;
- string
- Specifies the description of the wave form.
AuStringToWaveForm
returns the numeric value of string or -1 if it isn't recognized.
AuWaveFromToString.
audiolib - Network Audio System C Language Interface
Table of Contents