Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration AUDIO_PROFILE_TYPE

Audio profiles. Sets the sample rate, bitrate, encoding mode, and the number of channels.

Index

Enumeration members

AUDIO_PROFILE_DEFAULT

AUDIO_PROFILE_DEFAULT: = 0

0: Default audio profile:

  • For the interactive streaming profile: A sample rate of 48 KHz, music encoding, mono, and a bitrate of up to 64 Kbps.
  • For the COMMUNICATION profile: A sample rate of 32 KHz, music encoding, mono, and a bitrate of up to 18 Kbps.

AUDIO_PROFILE_IOT

AUDIO_PROFILE_IOT: = 6

6: A sample rate of 16 KHz, audio encoding, mono, and Acoustic Echo Cancellation (AES) enabled.

AUDIO_PROFILE_MUSIC_HIGH_QUALITY

AUDIO_PROFILE_MUSIC_HIGH_QUALITY: = 4

4: A sample rate of 48 KHz, music encoding, mono, and a bitrate of up to 96 Kbps.

AUDIO_PROFILE_MUSIC_HIGH_QUALITY_STEREO

AUDIO_PROFILE_MUSIC_HIGH_QUALITY_STEREO: = 5

5: A sample rate of 48 KHz, music encoding, stereo, and a bitrate of up to 128 Kbps.

AUDIO_PROFILE_MUSIC_STANDARD

AUDIO_PROFILE_MUSIC_STANDARD: = 2

2: A sample rate of 48 KHz, music encoding, mono, and a bitrate of up to 64 Kbps.

AUDIO_PROFILE_MUSIC_STANDARD_STEREO

AUDIO_PROFILE_MUSIC_STANDARD_STEREO: = 3

3: A sample rate of 48 KHz, music encoding, stereo, and a bitrate of up to 80 Kbps.

AUDIO_PROFILE_NUM

AUDIO_PROFILE_NUM: = 7

The number of elements in the enumeration.

AUDIO_PROFILE_SPEECH_STANDARD

AUDIO_PROFILE_SPEECH_STANDARD: = 1

1: A sample rate of 32 KHz, audio encoding, mono, and a bitrate of up to 18 Kbps.

Generated using TypeDoc