rtx-voice-script icon indicating copy to clipboard operation
rtx-voice-script copied to clipboard

Does this still work for anyone?

Open aviv926 opened this issue 3 years ago • 7 comments

Does this still work for anyone?

aviv926 avatar Nov 18 '22 13:11 aviv926

I haven't actually had a look at this project in a long time so I'm not actually sure if it still works. The only thing that probably would have broken anything (if it has), is the RTX Voice program. You could probably look up what version was the latest as of the last commit and then install that one and it should still work.

amirldn avatar Nov 18 '22 15:11 amirldn

I tried to find out what was the oldest version but I see that no changes have been made since the last commit All YouTube videos from 2 years ago show the version (0.5.12.6) which is also the latest version according to the official site https://developer.download.nvidia.com/rtx/broadcast_engine/RTX_Voice/NVIDIA_RTX_Voice_*****v0.5.12.6_*****Updated.exe

But in screenshots from the official website the version appears (0.5.10.7) that this version does not even have a single mention on the web or in YouTube videos I wonder to myself, maybe it has something to do with the video card driver?

By the way, pygame==2.0.0.dev8 appears in the requirements.txt file It also does not appear in the version history of pygame and there is no way to download it And so when I tried to use the script, I used the command pip install pygame and it downloaded the latest version of pygame

If you have time, I would appreciate it if you could write me what you think

aviv926 avatar Nov 19 '22 22:11 aviv926

I imagine the latest version of RTX voice should work fine since there have not been any drastic changes to the way it works (creation of audio input/output devices).

You can probably use pygame 2.1.2 and I would imagine that works. I'm not sure why I used the dev version at the time, perhaps 2.0 was under development and it had a feature I needed that was not available in the stable release at the time. I would guess that 2.1.2 (the latest) is fine to use.

amirldn avatar Nov 19 '22 23:11 amirldn

Just now I tried to run again once It creates a folder named __pycache__ but nothing really happens Apparently the script no longer works This is the command I ran ./rtx-core.py -i 2.flac -o C:\Users\aviv\Desktop\1.wav Win 10 pro GTX 1050TI with studio driver 526.98 RTX voice 0.5.12.6 Python 3.10

aviv926 avatar Nov 19 '22 23:11 aviv926

It works for me on RTX 4070 mobile, but I had to use RTX Broadcast instead of RTX Voice.

serg06 avatar Apr 23 '23 04:04 serg06

@serg06 - Is there a configuration where one sets Broadcast or Voice? Or is it by virtue of only one of them being installed?

Pizzanomicon avatar Oct 01 '24 21:10 Pizzanomicon

@Pizzanomicon iirc it's by virtue of only one of them running

serg06 avatar Oct 02 '24 06:10 serg06