JZ_speaker.h 1.1 KB
/* 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);//文本喊话音色控制功能
void JZ_LampLumenControlFeature(uint8_t value1,uint8_t value2);//亮度控制功能
void Jz_LampGimbalControlFeature(int value);
void JZ_GetBeforeChar(const char *dest,char *src);//提取 . 之前的字符串
void JZ_DelayThreadCreate(int delayTime);//延时执行线程创建
void Jz_set_widget_value(int index,int value);

#ifdef __cplusplus
}
#endif

#endif //_JZ_SPEAKER_H