이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
편집자 메모: This file was selected as MATLAB Central Pick of the Week
Any text is spoken.
Get started ...
1. add the text2speech folder to your Matlab path
2. Test your new function:
tts('This is a test.')
Examples:
Casual chat.
tts('Hi - how are you?');
tts({'Hello. How are you?','It is nice to speak to you.','regards SAPI.'})
Emphasising (only for the SAPI version*)
text2speech('You can <EMPH> emphasis </EMPH> text.');
Silence (only for the SAPI version)
text2speech('There will be silence now <SILENCE MSEC=''500''/> and speech again.');
text2speech('You can <pitch middle=''-10''/> drop the pitch.');
text2speech('But you can make it <pitch middle=''+10''/> jump as well.');
*SAPI: Speech SDK 5.1 from Microsoft
Microsoft's TTS Namespace
http://msdn.microsoft.com/en-us/library/system.speech.synthesis.ttsengine(v=vs.85).aspx
Microsoft's Synthesizer Class
http://msdn.microsoft.com/en-us/library/system.speech.synthesis.speechsynthesizer(v=vs.85).aspx
인용 양식
Wolfgang Garn (2026). text2speech - tts (https://kr.mathworks.com/matlabcentral/fileexchange/11297-text2speech-tts), MATLAB Central File Exchange. 검색 날짜: .
도움
도움 받은 파일: Generate help files from m-files, file2str, str2file
도움 준 파일: Number to Words, Generate help files from m-files, file2str, str2file
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.2.0.0 | Added function "tts" which uses .NET (but has no special voice features yet as in the previous text2speech version), but overcomes "Visual C++ 2005 or 2008 requirement". |
||
| 1.1.0.0 | Matlab 2009 release (version 7.8+) usage of SpeechSynthesizer recommended. |
||
| 1.0.0.0 |
