0
A
回答
1
解決方案包括五個步驟:
輸入文本一個文本框。
調用Web服務來處理文本。
使用微軟的文本到語音API將文本轉換爲WAV。
使用WAV解碼類對字節數組進行解碼。
使用Silverlight的MediaElement播放WAV流。
相關問題
- 1. Speech to Text Android
- 2. Speech to text c#
- 3. AVSpeechSynthesizer Text-To-Speech
- 4. Watson Speech to Text Latency
- 5. Android Java Speech to text
- 6. Speech to text result = null error
- 7. android text to speech toast message
- 8. Speech to Text音頻格式
- 9. text-to-speech C++ mac/windows
- 10. Speech To Text Recognizer not found
- 11. Text to Speech android not working
- 12. 在Android Wear上運行Android Text to Speech?
- 13. Text To Speech在CountDownTimer中不工作
- 14. Android上的Speech To Text功能?
- 15. Speech to Text Conversion - NOt getting desired output
- 16. node webkit text to speech api not working?
- 17. Watson Speech-to-Text register_callback僅返回400秒
- 18. 408請求超時Microsoft Speech to Text
- 19. Google Speech To Text Api使用Objective C
- 20. 使用SAPI轉換Speech-to-Text
- 21. Google Text to Speech和Samsung Tex to Speech引擎的最低支持android api級別是多少?
- 22. 我的CountDownTimer中的Text-To-Speech有什麼問題?
- 23. android text-to-speech問題在簡單測試中
- 24. Watson Speech to Text API支持Node.js的荷蘭語支持
- 25. 我在哪裏可以找到delphi的Text-to-Speech組件?
- 26. watson mandarin speech-to-text的準確度是多少?
- 27. Swift 3.0 Speech to Text:改變單詞的顏色
- 28. 如何使用java-google-translate-text-to-speech api?
- 29. Watson Nodejs Speech To Text - 訓練語言模型
- 30. HTML-Text to Speech在Windows 7中不起作用
謝謝, 但我想要做的是確切的oposite。我想從錄製的聲音中獲得文本! – Sam 2010-08-13 12:43:09
如果你有錄音爲WAV的聲音,那麼你應該只需要做第4步和第5步。 – Mike 2010-08-13 13:31:38
OP要語音到文本而不是語音到語音 – 2010-08-13 22:06:39