Skip to content

部落格文章 - 使用 Google Cloud API (Text To Speech) 將文字轉換成 mp3 輸出(Net.Core 版本)

License

Notifications You must be signed in to change notification settings

lawrence8358/Text-to-Mp3-NetCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Cloud Text To Speech

本範例使用 NET.Core 3.1 在 Windows 環境底下,呼叫 Google Cloud Text-to-Speech API,將文字轉換成語音並輸出成 mp3 檔案。




必要條件




第一次使用設定步驟

  • 替換 Config\license.json 金鑰,請參閱 Google Cloud Platform 事前準備
  • 若有需要替換 高傳真語音合成 設定,請替換 Config\setting.json 的內容,可參考此處 範例




使用方式

  • 請將要轉換的文字檔案 (*.txt) 放置在 _InputTextFile 資料夾內。
  • 執行 TextToMp3.exe,轉換成功後,會將檔案輸出在 _OutputMp3 資料夾內,若相同檔名已經存在,則不會執行轉換。




License

The MIT license

About

部落格文章 - 使用 Google Cloud API (Text To Speech) 將文字轉換成 mp3 輸出(Net.Core 版本)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages