文件名称:voice_text_api:语音文本 API https
文件大小:16KB
文件格式:ZIP
更新时间:2024-06-28 09:34:03
Ruby
语音文本接口 通过 ruby 使用 VoiceText API。 见 安装 将此行添加到应用程序的 Gemfile 中: gem 'voice_text_api' 然后执行: $ bundle 或者自己安装: $ gem install voice_text_api 用法 require 'voice_text_api' vt = VoiceTextAPI.new('your api key') # say "good morning" by Show's voice, returns WAV format audio wav = vt.tts('おはようございます', :show) # say "hello" happy by Haruka's voice wav = vt.tts('おはよう!', :haruka, emotion: :happiness) # say
【文件预览】:
voice_text_api-master
----.gitignore(185B)
----voice_text_api.gemspec(894B)
----.tachikoma.yml(20B)
----LICENSE.txt(34KB)
----README.md(977B)
----lib()
--------voice_text_api()
--------voice_text_api.rb(2KB)
----Gemfile(99B)
----Rakefile(29B)