Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 593 Bytes

File metadata and controls

15 lines (10 loc) · 593 Bytes

SoundEncoding

The encoding format for the sample data.

Enum

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

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