Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
w-okada committed Jul 1, 2023
1 parent 07d26d3 commit bad8144
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

v.1.5.3.7 から追加された server device mode における monitor output について説明します。

##

## v.1.5.3.6 以前の構成

出力先デバイスが一つしか設定できませんでした。Discord や Zoom など他のアプリケーションと連携するためには、一般的にこの出力を Voicemeeter などの仮想オーディオデバイスに設定する必要があります。このため、変換後の音声を確認するためには仮想オーディオデバイスを経由して行う必要があり、多くのオーバーヘッドがかかっていました(青線)。
Expand All @@ -26,12 +24,25 @@ v.1.5.3.7 では、VCClient の server device mode でもう一つ出力先デ

server device mode で使用する input, output, monitor のそれぞれのデバイスはサンプリングレートが一致している必要があります。一致していない場合は、コンソール上に詳細情報がでるのでそれぞれのデバイスが対応しているサンプリングレートを GUI から指定してください。

###

![image](https://github.com/w-okada/voice-changer/assets/48346627/d621d356-5710-4766-932e-43b7d520df5f)

サンプリングレートが一致していないとこのような表示がでます。

(1)は現在 GUI で指定したサンプリングレートにデバイスが対応しているかを表示しています。False のデバイスは対応していません。

(2)で各デバイスで対応可能なサンプリングレートが表示されます。input, output, monitor のすべてで対応可能なサンプリングレートを指定してください。ここでは 48000 を指定することになります。

## Tips

### その1

お使いの環境により大きく変わると思いますが、開発者の環境では Input, Monitor を Wasapi デバイス、output を任意にすることで遅延をかなり少なく運用することができました。
(RTX4090 使用)

### その 2

Wasapi のサンプリングレートはデバイス側で設定したものしか選択できません。この設定は Windows のサウンド設定から変更できます。(Win11)

![image](https://github.com/w-okada/voice-changer/assets/48346627/300c8cf0-cb7d-4f24-8253-fa313caee5df)
2 changes: 2 additions & 0 deletions tutorials/tutorial_rvc_en_latest.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ You can select audio output devices such as speakers and output.

In monitor mode, you can select audio output devices such as speaker output. This is only available in server device mode.

Please refer to [this document](tutorial_monitor_consept_ja.md) for an overview of the idea.

#### REC.

It will output the converted audio to a file.
Expand Down
2 changes: 2 additions & 0 deletions tutorials/tutorial_rvc_ja_latest.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ onnxdirectML 版では GPU の ON/OFF を切り替えることができます。

モニター用にスピーカー出力など音声出力デバイスを選択できます。server device モードの場合のみ有効です。

詳細は[こちらの文書](./tutorial_monitor_consept_ja.md)をご確認ください。

#### REC.

変換後の音声をファイル出力します。
Expand Down

0 comments on commit bad8144

Please sign in to comment.