👍[Update] READE : ドキュメントに書いてある部分を削除/文言変更
This commit is contained in:
137
README.md
137
README.md
@@ -2,115 +2,62 @@
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
# VRCT (VRChat Chatbox Translator & Transcription)
|
<h3>
|
||||||
|
翻訳や文字起こしでVRChatの会話をサポートするソフトウェア
|
||||||
|
</h3>
|
||||||
|
|
||||||
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/mI4DQaeaAPI?si=4cYT7qfDJNhXLIra" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
|
||||||
|
|
||||||
<div align="left">
|
<div align="left">
|
||||||
|
|
||||||
## Overview
|
# Download & Install
|
||||||
VRChatのChatBoxにOSC経由でメッセージを送信するツール
|
好きな場所からダウンロードしてください
|
||||||
翻訳エンジンを使用してメッセージとその翻訳部分を同時に送信することができる
|
- [releases page](https://github.com/misyaguziya/VRCT/releases/)
|
||||||
|
- [BOOTH.pm](https://misyaguziya.booth.pm/)
|
||||||
|
|
||||||
## Requirement
|
ダウンロードしてexeを起動するだけです。
|
||||||
- python 3.9.13
|
|
||||||
- pillow
|
|
||||||
- PyAudioWPatch
|
|
||||||
- python-osc
|
|
||||||
- customtkinter
|
|
||||||
- deepl
|
|
||||||
- deepl-translate(https://github.com/misyaguziya/deepl-translate)
|
|
||||||
- translators(https://github.com/misyaguziya/translators)
|
|
||||||
- custom_speech_recognition(https://github.com/misyaguziya/custom_speech_recognition)
|
|
||||||
|
|
||||||
**deepl-translate/translators/custom_speech_recognitionについては追加実装をしています**
|
# What is VRCT?
|
||||||
**`pip install`でinstallした場合、動かないので注意**
|
VRCTは非母国語同士が会話を行うためにチャットもしくはボイスの翻訳を行う会話サポートソフトウェアです。
|
||||||
|
これらの機能はVRChat内で使用するために設計されていますがその他の用途(映画鑑賞等)でも使用されています。
|
||||||
|
|
||||||
## install
|
VRCTはあなたの会話を以下でサポートをします。
|
||||||
```bash
|
- 💬チャット機能
|
||||||
./install.bat
|
- 🌐翻訳機能
|
||||||
```
|
- 🎙マイクの文字起こし機能
|
||||||
|
- 🔈スピーカーの文字起こし機能
|
||||||
|
|
||||||
## Usage
|

|
||||||
```bash
|
|
||||||
python VRCT.py
|
|
||||||
```
|
|
||||||
|
|
||||||
## Features
|
その他の機能ついて詳しくは[Documents](#Documents)まで
|
||||||
|
|
||||||
### init
|
# Documents
|
||||||
0. VRChatのOSCを有効にする(重要)
|
初期設定や基本機能、その他の機能について記載してあります。
|
||||||
|
- [Documents](https://mzsoftware.notion.site/VRCT-Documents-be79b7a165f64442ad8f326d86c22246?pvs=4)
|
||||||
|
|
||||||
(任意)
|
|
||||||
1. DeepLのAPIを使用するためにアカウント登録し、認証キーを取得する
|
|
||||||
2. ギアアイコンのボタンでconfigウィンドウを開く
|
|
||||||
3. ParameterタブのDeepL Auth Keyに認証キーを記載
|
|
||||||
4. configウィンドウを閉じる
|
|
||||||
|
|
||||||
### Normal use
|
# If you want to run it in python
|
||||||
1. メッセージボックスにメッセージを記入
|
1. 以下のバージョンのpythonをインストールしてください。
|
||||||
2. Enterキーを押し、メッセージを送信する
|
```
|
||||||
|
python 3.11.5
|
||||||
|
```
|
||||||
|
|
||||||
### About Checkboxes
|
2. install packages
|
||||||
- translation: 翻訳の有効無効
|
```bash
|
||||||
- voice2chatbox: マイクの音声を文字起こししてチャットボックスに送信する
|
./install.bat
|
||||||
- speaker2log: スピーカーの音声から文字起こししてログに表示する
|
```
|
||||||
- foreground: 最前面表示の有効無効
|
|
||||||
|
|
||||||
### About Textbox
|
3. Usage
|
||||||
- log tab: すべてのログを表示
|
```bash
|
||||||
- send tab: 送信したメッセージを表示
|
python main.py
|
||||||
- receive tab: 受信したメッセージを表示
|
```
|
||||||
- system tab: 機能についてのメッセージを表示
|
|
||||||
|
|
||||||
### About Config Window
|
|
||||||
- UI tab
|
|
||||||
- Transparency: ウィンドウの透過度の調整
|
|
||||||
- Appearance Theme: ウィンドウテーマを選択
|
|
||||||
- UI Scaling: UIサイズを調整
|
|
||||||
- Font Family: 表示フォントを選択
|
|
||||||
- UI Language: UIの表示言語を選択
|
|
||||||
- Translation tab
|
|
||||||
- Select Translator: 翻訳エンジンの変更
|
|
||||||
- Send Language: 送信するメッセージに対して翻訳する言語[source, target]を選択
|
|
||||||
- Receive Language: 受信したメッセージに対して翻訳する言語[source, target]を選択
|
|
||||||
- Transcription tab
|
|
||||||
- Input Mic Host: マイクのホストAPIを選択
|
|
||||||
- Input Mic Device: マイクを選択
|
|
||||||
- Input Mic Voice Language: 入力する音声の言語
|
|
||||||
- Input Mic Energy Threshold: 音声取得のしきい値
|
|
||||||
- Check threshold point: Input Mic Energy Thresholdのしきい値を視覚化
|
|
||||||
- Input Mic Dynamic Energy Threshold: 音声取得のしきい値の自動調整
|
|
||||||
- Input Mic Phase Timeout: 文字起こしする音声時間の上限
|
|
||||||
- Input Mic Record Timeout: 音声の区切りの無音時間
|
|
||||||
- Input Mic Max Phrases: 保留する単語の上限
|
|
||||||
- Input Mic Word Filter: MICの文字起こし時にWord Filterで設定した文字が入っていた場合にChatboxに表示しない (ex AAA,BBB,CCC)
|
|
||||||
- Input Speaker Device: スピーカーを選択
|
|
||||||
- Input Speaker Voice Language: 受信する音声の言語
|
|
||||||
- Input Speaker Energy Threshold: 音声取得のしきい値
|
|
||||||
- Check threshold point: Input Speaker Energy Thresholdのしきい値を視覚化
|
|
||||||
- Input Speaker Dynamic Energy Threshold: 音声取得のしきい値の自動調整
|
|
||||||
- Input Speaker Record Timeout: 音声の区切りの無音時間
|
|
||||||
- Input Speaker Phase Timeout: 文字起こしする音声時間の上限
|
|
||||||
- Input Speaker Max Phrases: 保留する単語の上限
|
|
||||||
- Parameter tab
|
|
||||||
- OSC IP address: 変更不要
|
|
||||||
- OSC port: 変更不要
|
|
||||||
- DeepL Auth key: DeepLの認証キーの設定
|
|
||||||
- Message Format: 送信するメッセージのデコレーションの設定
|
|
||||||
- [message]がメッセージボックスに記入したメッセージに置換される
|
|
||||||
- [translation]が翻訳されたメッセージに置換される
|
|
||||||
- 初期フォーマット:`[message]([translation])`
|
|
||||||
- Others tab
|
|
||||||
- Auto clear chat box: メッセージ送信後に書き込んだメッセージを空にする
|
|
||||||
- **(New!) Notification XSOverlay: XSOverlayの通知機能を有効(VR only)**
|
|
||||||
|
|
||||||
## Author
|
## Author
|
||||||
みしゃ(misyaguzi)
|
- [みしゃ(misyaguzi)](https://github.com/misyaguziya) (メイン開発)
|
||||||
- Main開発
|
- [しいな(Shiina_12siy)](https://github.com/ShiinaSakamoto) (メイン開発, UIデザイン, 翻訳:英語/日本語)
|
||||||
- twitter: https://twitter.com/misya_ai
|
- [レラ](https://github.com/soumt-r) (翻訳:韓国語)
|
||||||
- booth: https://misyaguziya.booth.pm/items/4814313
|
- [done_san]() (ロゴデザイン)
|
||||||
|
|
||||||
しいな(Shiina_12siy)
|
---
|
||||||
- Main開発, 翻訳(英語)
|
|
||||||
|
|
||||||
レラ
|
※「VRChat」は、米国VRChat, Inc.の登録商標です。
|
||||||
- 翻訳(韓国語)
|
|
||||||
BIN
docs/main_window.png
Normal file
BIN
docs/main_window.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 148 KiB |
Reference in New Issue
Block a user