Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

voicevox.rb

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

voicevox.rb

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

voicevox.rb / voicevox_coreの非公式ラッパー

voicevox.rbはVOICEVOX/voicevox_coreの非公式ラッパーです。

dict_path = ENV["OPENJTALK_DICT_PATH"]
vv = Voicevox.new(dict_path, load_all_models: false)
character = Voicevox.characters[0].styles[0]
character.load
print "> "
text = gets.chomp
data = vv.tts(text, character)

File.write("#{__dir__}/outputs/#{Process.pid}_#{i}.wav", data, mode: "wb")

使い方

環境に合ったvoicevox_coreのライブラリをダウンロードし、Rubyから参照できるようにしてください。

Windows環境の場合は、RubyInstaller2のwikiを参照してください。

高レベルAPI

Voicevoxクラスには高レベルなAPIがあります。

サンプル:examples/repl_wrapper.rb

低レベルAPI

Voicevox::Coreにffi/ffiで包んだだけのAPIがあります。 型情報はsig/voicevox/core.rbsを参照してください。

サンプル:examples/repl_core.rb

インストール

gem install voicevox.rb

bundle add voicevox.rb

ライセンス

MITライセンスが適用されています。LICENSEを参照してください。

FAQs

Package last updated on 31 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc