JZ_speaker.h 911 字节
/* 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);
#ifdef __cplusplus
}
#endif

#endif //_JZ_SPEAKER_H