tts3011.h
来自「用三星2410实现语音芯片s3011功能的程序」· C头文件 代码 · 共 30 行
H
30 行
//====================================================================
// 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 + =
减小字号Ctrl + -
显示快捷键?