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_eq_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 (For the qcc command, use the -l audio_manager option to link against this library)
Description:
The supported audio options for voice services.