Dave Clarke / text_to_speak_mbed

Dependents:   Talking_breathalyzer FindTheColor mbed_Projet

Embed: (wiki syntax)

« Back to documentation index

ACONF_t Struct Reference

ACONF_t Struct Reference

#include <text_to_speech.h>

Data Fields

bool as
 Audio stereo ( 0x00 )
uint8_t ag
 Audio gain value ( 0x00 ~ 0x43 )
bool amp
 Audio amplefier ( 0x00 )
ASR_t asr
 Audio sample rate ( 0x00 / 0x01 / 0x03 / 0x09 )
uint8_t ar
 Audio routing ( 0x00 )
uint8_t atc
 Audio tone control ( 0x00 )
bool acs
 Audio clock source ( 0x00 )
bool dc
 DAC control ( 0x00 / 0x01 )

Detailed Description

Audio Configuration

Note:
If DAC permanently on is set and minimum delay time is required before audio output after receiving a data bearing message, an asr must be selected. It must not be set to ASR_AUTO.

Definition at line 450 of file text_to_speech.h.


Field Documentation

bool acs

Audio clock source ( 0x00 )

Definition at line 472 of file text_to_speech.h.

uint8_t ag

Audio gain value ( 0x00 ~ 0x43 )

Definition at line 457 of file text_to_speech.h.

bool amp

Audio amplefier ( 0x00 )

Definition at line 460 of file text_to_speech.h.

uint8_t ar

Audio routing ( 0x00 )

Definition at line 466 of file text_to_speech.h.

bool as

Audio stereo ( 0x00 )

Definition at line 454 of file text_to_speech.h.

Audio sample rate ( 0x00 / 0x01 / 0x03 / 0x09 )

Definition at line 463 of file text_to_speech.h.

uint8_t atc

Audio tone control ( 0x00 )

Definition at line 469 of file text_to_speech.h.

bool dc

DAC control ( 0x00 / 0x01 )

Definition at line 475 of file text_to_speech.h.