⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tts3011.h

📁 用三星2410实现语音芯片s3011功能的程序
💻 H
字号:
//====================================================================
// File Name : TTS3011.h
// Function  : functions of S3011 
// Created by: WangYong
// Date      : Mar. 24, 2008
//====================================================================

#ifndef __TTS3011_H__
#define __TTS3011_H__

#include <stdlib.h>
#include <string.h>
#include "def.h"
#include "option.h"
#include "2410addr.h"
#include "2410lib.h"
#include "2410slib.h"
#include "mmu.h"
#include "GB2312.h"

U8 TTS_SendString(U16 *sendbuf,U16 len);
U8 Send_Play_Play(U16 *indata, U16 len);
U8 Send_Stop_Play(void);
U8 Send_Pause_Play(void);
U8 Send_Resume_Play(void);
U8 Send_Low_Play(void);
void TTS_Reset(void);


#endif		//__TTS3011_H__

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -