Giter Club home page Giter Club logo

simplevoiceroid2proxy's Introduction

SimpleVoiceroid2Proxy

VOICEROID2 を HTTP API で操作して読み上げさせるコンソールアプリケーションです。(要管理者権限)

Voiceroid2Proxy を基に機能拡張を行いました。

main

ACT.Hojoring との連携

ACT.Hojoring で棒読みちゃんの代わりに使用することで 低遅延 UI 妨害のない 読み上げが可能です。
FFXIV プレイ中に読み上げが行われてもウィンドウが前面に出現しないため, 操作がブロックされることはありません。

act

Discord との連携

BetterDiscord 用のプラグイン VoiceChatNotificationsForVoiceroid2Proxy.plugin.js を使用することで, VC 関連の通知 (VC に人が入ってきた場合, ミュートした場合など) を VOICEROID2 に読み上げさせることが可能です。

HTTP API

現在実装されている HTTP API は以下の通りです。
LAN に 4532/tcp を開放するので同一ネットワーク内から操作が可能です。

  • GET /talk
    パラメータ text を渡すことで読み上げを行えます。ただし GET リクエストは URL の長さの制約を受けるので POST を推奨します。(ACT.Hojoring との互換性のため GET 対応しています)

    「てすと」を読み上げる例:

    http://localhost:4532/talk?text=%E3%81%A6%E3%81%99%E3%81%A8
    
  • POST /talk
    ペイロードとして JSON を送信することで読み上げを行えます。

    「てすと」を読み上げる例:

    {
        "text": "てすと"
    }

コマンド

特定の文字列を text に含めることで特殊な操作を行えます。

  • 結月ゆかり>
    話者名を指定することで特定の話者に読み上げさせることが可能です。(VOICEROID2 の機能で、VOICEROID2 側の設定から記号を変更できます)
    他の話者も指定可能です。
    この指定は text の先頭で行う必要があります。

  • <clear>
    読み上げのキューをクリアします。

  • <pause>, <resume>
    現在の読み上げを 一時停止 / 再開 します。

  • <interrupt_enable>, <interrupt_disable>
    読み上げの割り込みモードを 有効化 / 無効化 します。
    デフォルトでは割り込み (読み上げ中に別のテキストを受け取ると中断し, 新しいテキストを読み上げます) が有効になっています。

simplevoiceroid2proxy's People

Contributors

dependabot[bot] avatar kazookie avatar renovate-bot avatar renovate[bot] avatar slashnephy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

simplevoiceroid2proxy's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

github-actions
.github/workflows/build.yml
  • actions/checkout v4
  • microsoft/setup-msbuild v2
  • actions/upload-artifact v4
  • softprops/action-gh-release v2
nuget
SimpleVoiceroid2Proxy/SimpleVoiceroid2Proxy.csproj
  • System.Threading.Channels 8.0.0
  • System.Text.Json 8.0.4
  • RM.Friendly.WPFStandardControls 1.59.1
  • Codeer.Friendly.Windows.Grasp 2.14.2

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.