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

AuFormatToString - get the name of a format.

Arguments

format    Specifies  the audio data format.  Currently, the following formats are defined: AuFormatULAW8,
                 AuFormatLinearUnsigned8,           AuFormatLinearSigned8,            AuFormatLinearSigned16MSB,
                 AuFormatLinearUnsigned16MSB, AuFormatLinearSigned16LSB, and AuFormatLinearUnsigned16LSB.

Description

AuFormatToString returns the name of format or "Unknown" if format is not recognized.

Name

AuFormatToString - get the name of a format.

See Also

AuStringToFormat.

       audiolib - NetworkAudioSystem C Language Interface

audioutil                                             1.9.4                                  AuFormatToString(3)

Synopsis

       #include <audio/audiolib.h>

       char *AuFormatToString(format)
           unsigned int format;

return

See Also