logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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