Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 664 Bytes

File metadata and controls

13 lines (10 loc) · 664 Bytes

SoundEncoding

The encoding format for the sample data.

Enum

Name Type Value Description
A_LAW string 'ALaw' A-law–encoded samples.
MU_LAW string 'MuLaw' μ-law–encoded samples.
RAW string 'Raw' Unspecified or unsigned values in the range 0 to 2^bits − 1.
SIGNED string 'Signed' Twos-complement values.

[Back to Model list] [Back to API list] [Back to README] [View Source]