Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Talking_breathalyzer FindTheColor mbed_Projet
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.
Generated on Tue Jul 12 2022 20:12:10 by
1.7.2