“FreeNeb doc FuncSpec”版本间的差异

来自cslt Wiki
跳转至: 导航搜索
 
第24行: 第24行:
 
==Interface==
 
==Interface==
  
void tts(char * word, byte * wav)
+
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); ...


Appendix