logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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