Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace AudioFormatDetails

Audio format details.

Properties

Optional encoding

encoding: undefined | string

Input file encoding. Example - PCM.

Optional format

format: undefined | string

Input file format. Example - WAV.

Optional numberOfChannels

numberOfChannels: undefined | number

Input file number of channels. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional sampleRateInHz

sampleRateInHz: undefined | number

Input file sampleRate. Example - 16000 Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj