audio_manager_voice_option_t

Supported audio options of the voice services.

Synopsis:

#include <audio/audio_manager_voice_service.h>
 
typedef enum {
      AUDIO_VOICE_OPTION_NORMAL   
      AUDIO_VOICE_OPTION_TREBLE   
      AUDIO_VOICE_OPTION_BASS   
      AUDIO_VOICE_OPTION_COUNT   
} audio_manager_voice_option_t;

Data:

AUDIO_VOICE_OPTION_NORMAL
The audio option for no particular audio tuning.
AUDIO_VOICE_OPTION_TREBLE
The audio option for treble audio tuning.
AUDIO_VOICE_OPTION_BASS
The audio option for bass audio tuning.
AUDIO_VOICE_OPTION_COUNT
The total number of audio options.

Library:

libaudio_manager

Description:

This enumeration defines the supported audio options of the voice services.