“FreeNeb doc FuncSpec”版本间的差异
来自cslt Wiki
第24行: | 第24行: | ||
==Interface== | ==Interface== | ||
− | + | int tts(char * word, byte * wav) | |
==Functions== | ==Functions== | ||
+ | |||
+ | int calDist(vector<string> str1, vector<string> str2); | ||
+ | ... | ||
+ | |||
==Appendix== | ==Appendix== |
2016年8月16日 (二) 05:31的最后版本
目录
RNN TTS Functional Specification
Meta Info
- Title
- Author
- Approval
- Date
Introduction
Overview
Background
Requirement
- Functional requirement
- Environment requirement
Implementation
Technology summary
Implementation details
Interface
int tts(char * word, byte * wav)
Functions
int calDist(vector<string> str1, vector<string> str2); ...