neospeech:Neospeech 文本到语音 REST Web 服务的 Ruby 包装器

时间:2024-07-07 18:02:40
【文件属性】:

文件名称:neospeech:Neospeech 文本到语音 REST Web 服务的 Ruby 包装器

文件大小:6KB

文件格式:ZIP

更新时间:2024-07-07 18:02:40

Ruby

新语音 NeoSpeech Text to Speech API 的 Ruby 包装器。 Neospeech 引擎提供高度可定制的高质量 TTS 转换 ( )。 gem 被编写为通过各种辅助方法将 NeoSpeech 的 TTS 引擎作为 REST Web 服务使用。 这是预发布并且 gem 正在积极开发中。 测试用例加文档是下一个优先事项。 安装 将此行添加到应用程序的 Gemfile 中: gem 'neospeech' 然后执行: $ bundle install 或者自己安装: $ gem install neospeech 配置 使用前,您必须在 nespeech 注册并添加包含帐户和 API 密钥的配置文件。 # config/initializers/text_to_speech.rb Neospeech.setup do |config| config


【文件预览】:
neospeech-master
----.gitignore(154B)
----LICENSE(1KB)
----README.md(2KB)
----lib()
--------neospeech()
--------neospeech.rb(409B)
----neospeech.gemspec(717B)
----Gemfile(94B)
----Rakefile(48B)

网友评论