Arduino ESpeak-NG
Data Fields
audio_info Struct Reference

info about sample rate and channels and output stream More...

#include <audio_object.h>

Data Fields

int sample_rate = 22050
 
int channels = 1
 
int bits_per_sample =16
 
Print * out =nullptr
 

Detailed Description

info about sample rate and channels and output stream

Field Documentation

◆ bits_per_sample

int audio_info::bits_per_sample =16

◆ channels

int audio_info::channels = 1

◆ out

Print* audio_info::out =nullptr

◆ sample_rate

int audio_info::sample_rate = 22050

The documentation for this struct was generated from the following file: