Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

AuStringToWaveForm - return the wave form described by string.

Arguments

string    Specifies the description of the wave form.

Description

AuStringToWaveForm returns the numeric value of string or -1 if it isn't recognized.

Name

AuStringToWaveForm - return the wave form described by string.

See Also

AuWaveFromToString.

       audiolib - NetworkAudioSystem C Language Interface

audioutil                                             1.9.4                                AuStringToWaveForm(3)

Synopsis

       #include <audio/audiolib.h>

       int AuStringToWaveForm(string)
           char *string;

See Also