Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ISSUE for v2]: Outputted voice echoes #1370

Closed
6 of 7 tasks
Aadit420 opened this issue Oct 6, 2024 · 3 comments
Closed
6 of 7 tasks

[ISSUE for v2]: Outputted voice echoes #1370

Aadit420 opened this issue Oct 6, 2024 · 3 comments

Comments

@Aadit420
Copy link

Aadit420 commented Oct 6, 2024

Voice Changer Version

vcclient_win_cuda_2.0.61-alpha.zip

Operational System

Windows 11

GPU

Nvidia RTX 3060 Mobile

CUDA Version

cuda_12.6.r12.6/compiler.34841621_0

Read carefully and check the options

  • If you use win_cuda_torch_cuda edition, setup cuda? see here
  • If you use win_cuda edition, setup cuda and cudnn? see here
  • If you use mac edition, client is not launched automatically. Use chrome to open application.?
  • I've tried to change the Chunk Size
  • I've tried to set the Index to zero
  • I've read the tutorial
  • I've tried to extract to another folder (or re-extract) the .zip file

Does pre-installed model work?

No

Model Type

RVC

Issue Description

The outputted voice echoes. I've tried setting my sound source to Server mode and change APIs but the application would crash with something like "mismatched sampling rate".
Sadly, I can't send a .wav file here to show you what I mean by the first part, but the ending is as if it's chattering to itself. I'm not sure how to describe it.

This does not happen in the Google colab version, wich is even more strange

Application Screenshot

image

Logs on console

G:\vcclient_win_cuda_2.0.61-alpha>main.exe cui --https true --no_cui True
checking the modules...

                      vcclient

Application | https://192.168.1.19:18000
Log(rich) | https://192.168.1.19:18000/?app_mode=LogViewer
Log(text) | https://192.168.1.19:18000/vcclient.log
API | https://192.168.1.19:18000/docs
License(js) | https://192.168.1.19:18000/licenses-js.json
License(py) | https://192.168.1.19:18000/licenses-py.json

Please press Ctrl+C once to exit vcclient.

@Aadit420 Aadit420 changed the title [ISSUE for v2]: [ISSUE for v2]: Outputted voice echoes Oct 6, 2024
@Kuuko-fokkusugaru
Copy link

Of course, if you set the input device to be your system, it will listen to every sound that your pc does. So everything being out through monitor will also be listened by the system input and create a loop.
You need to set a microphone in the input field, not your windows system sounds.

@Aadit420
Copy link
Author

Aadit420 commented Oct 6, 2024

So there's no way for it to not loop with itself? That's a shame, especially when this issue did not happen with google colab under the exact same conditions. However, you are right, and when I converted the youtube video I was testing with and played it using the file option, no echo was detected.

My guess is that the colab version just funnels the sounds from whatever you select and nothing else, especially when you choose the "tab" option, while no such option exists in the native client.

@Aadit420 Aadit420 closed this as completed Oct 6, 2024
@Kuuko-fokkusugaru
Copy link

The way to not loop it's to not select the system sound or to simply disable monitor. It's there any particular reason for you to select system sound instead of your microphone? If you want to convert audio other than from a microphone, there is a file option which allows you to select an audio file to play and convert.
You can also consider just disabling the monitor setting it to none. The converted audio will still go through the VAC output just fine, you will simply not hear the preview which will avoid getting it again in a loop.
Basically, the way that it's acting up is expected because your configuration is not the right one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants