#include <text_to_speech.h>
Public Attributes | |
int | avg_bytes_per_sec |
short int | bits_per_sample |
short int | block_align |
short int | channels |
char | data [4] |
int | data_size |
char | fmt [4] |
int | fmt_size |
short int | format_tag |
char | riff [4] |
int | samples_per_sec |
int | size_8 |
char | wave [4] |
Definition at line 14 of file text_to_speech.h.
int _wave_pcm_hdr::avg_bytes_per_sec |
Definition at line 24 of file text_to_speech.h.
short int _wave_pcm_hdr::bits_per_sample |
Definition at line 27 of file text_to_speech.h.
short int _wave_pcm_hdr::block_align |
Definition at line 26 of file text_to_speech.h.
short int _wave_pcm_hdr::channels |
Definition at line 22 of file text_to_speech.h.
char _wave_pcm_hdr::data[4] |
Definition at line 28 of file text_to_speech.h.
int _wave_pcm_hdr::data_size |
Definition at line 29 of file text_to_speech.h.
char _wave_pcm_hdr::fmt[4] |
Definition at line 19 of file text_to_speech.h.
int _wave_pcm_hdr::fmt_size |
Definition at line 20 of file text_to_speech.h.
short int _wave_pcm_hdr::format_tag |
Definition at line 21 of file text_to_speech.h.
char _wave_pcm_hdr::riff[4] |
Definition at line 16 of file text_to_speech.h.
int _wave_pcm_hdr::samples_per_sec |
Definition at line 23 of file text_to_speech.h.
int _wave_pcm_hdr::size_8 |
Definition at line 17 of file text_to_speech.h.
char _wave_pcm_hdr::wave[4] |
Definition at line 18 of file text_to_speech.h.