JZ_speaker.h 699 字节
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef _JZ_SPEAKER_H
#define _JZ_SPEAKER_H
/* Includes ------------------------------------------------------------------*/
#ifdef __cplusplus
extern "C" {
#endif
#include <stdint.h>

/* Exported constants --------------------------------------------------------*/

/* Exported types ------------------------------------------------------------*/

/* Exported functions --------------------------------------------------------*/
void JZ_SpeechSpeedControlFeature(uint8_t speed);
int JZ_TtsPlayFeature(int len,char* data);
void JZ_TtsToneColorFeature(uint8_t tone);

#ifdef __cplusplus
}
#endif

#endif //_JZ_SPEAKER_H