Gjsify LogoGjsify Logo

Enum value describing the most common audio formats.

Index

Enumeration Members

ENCODED: number

encoded audio format

F32: number

32-bit floating point samples, native endianness

F32BE: number

32-bit floating point samples, big endian

F32LE: number

32-bit floating point samples, little endian

F64: number

64-bit floating point samples, native endianness

F64BE: number

64-bit floating point samples, big endian

F64LE: number

64-bit floating point samples, little endian

S16: number

16 bits in 16 bits, signed, native endianness

S16BE: number

16 bits in 16 bits, signed, big endian

S16LE: number

16 bits in 16 bits, signed, little endian

S18: number

18 bits in 24 bits, signed, native endianness

S18BE: number

18 bits in 24 bits, signed, big endian

S18LE: number

18 bits in 24 bits, signed, little endian

S20: number

20 bits in 24 bits, signed, native endianness

S20BE: number

20 bits in 24 bits, signed, big endian

S20LE: number

20 bits in 24 bits, signed, little endian

S24: number

24 bits in 24 bits, signed, native endianness

S24BE: number

24 bits in 24 bits, signed, big endian

S24LE: number

24 bits in 24 bits, signed, little endian

S24_32: number

24 bits in 32 bits, signed, native endianness

S24_32BE: number

24 bits in 32 bits, signed, big endian

S24_32LE: number

24 bits in 32 bits, signed, little endian

S32: number

32 bits in 32 bits, signed, native endianness

S32BE: number

32 bits in 32 bits, signed, big endian

S32LE: number

32 bits in 32 bits, signed, little endian

S8: number

8 bits in 8 bits, signed

U16: number

16 bits in 16 bits, unsigned, native endianness

U16BE: number

16 bits in 16 bits, unsigned, big endian

U16LE: number

16 bits in 16 bits, unsigned, little endian

U18: number

18 bits in 24 bits, unsigned, native endianness

U18BE: number

18 bits in 24 bits, unsigned, big endian

U18LE: number

18 bits in 24 bits, unsigned, little endian

U20: number

20 bits in 24 bits, unsigned, native endianness

U20BE: number

20 bits in 24 bits, unsigned, big endian

U20LE: number

20 bits in 24 bits, unsigned, little endian

U24: number

24 bits in 24 bits, unsigned, native endianness

U24BE: number

24 bits in 24 bits, unsigned, big endian

U24LE: number

24 bits in 24 bits, unsigned, little endian

U24_32: number

24 bits in 32 bits, unsigned, native endianness

U24_32BE: number

24 bits in 32 bits, unsigned, big endian

U24_32LE: number

24 bits in 32 bits, unsigned, little endian

U32: number

32 bits in 32 bits, unsigned, native endianness

U32BE: number

32 bits in 32 bits, unsigned, big endian

U32LE: number

32 bits in 32 bits, unsigned, little endian

U8: number

8 bits in 8 bits, unsigned

UNKNOWN: number

unknown or unset audio format

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method