#WOKADA push button
1 messages · Page 1 of 1 (latest)
Not sure anyone has done that yet
Note that you'll keep the delay on your actual voice when turning it off
Thanks but that delay doesn't matter. Just want to turn it on and off sense it lowers the fps in game (I have AMD RX5500xt BTW)
Also cant use the Webui version sense it use alot of internet and increase the ping
a program like Wokada but more compatible with AMD (Wokada use 70%cpu and 35%gpu) or a way to set a pushbutton would help
Have you followed the guide at
This guide is back to receiving regular updates, however do not ping me for anything on it. The guide itself speaks for me. - Blanc
Other Links
Antasma's Local Error Fixes
Antasma's Colab guide
Sushi's useful Links - You need to follow this if you are on an AMD or INTEL ARC graphics card
Frequent...
There's an extra step to get it to fully GPU accelerate on AMD
Thanks but yes i did
Ayo? @terse dirge level 4 !!! 
But still
not quite a toggle but you can use somethig like autohotkey to close and open the app when needed
tho if thats the method, might aswell just make a shortcut on your desktop to launch it
Latency go brrrr
Is there way to Start and Stop the Wokada with autohotkey?(not closing and opening the app thats takes a lot of time bro😂)
You did "export to onnx" ? right ?
Yes
there seems to be a way to toggle stuff in a windows with autohotkey, but not quite sure how
BUT it is possible
Weird that it would use so much CPU though
Better yet : You can communicate with the app over the network
I can't be bothered to write anything proper, but I can give the scripts that allow to turn on "passthrough"
Even checked different chunk and extra and the best was 320chunk 16000 extra
connect it to a streamdeck :D
...Or over localhost
And just have autohotkey fire up the enable/disable passthrough event
testing right now, will share results after 4 hours (colab dies)
OwO
@terse dirge do you have any software that can call scripts when a keybind / key combo is pressed ?
are you gonna run a js script in the console?
To disable it
curl -X POST http://localhost:18888/update_settings -H 'Content-Type: application/x-www-form-urlencoded' -d 'key=passThrough&val=true'
To enable it
curl -X POST http://localhost:18888/update_settings -H 'Content-Type: application/x-www-form-urlencoded' -d 'key=passThrough&val=false'
just invoke anything that can POST to the voice-changer server
ah i was doing actual stop and start not passthrough lmao
that would require changing sound outputs and shit
which would be an issue on the game / discord side
just vram lol
dang it i cant use it on colab ver
you should be able to
if you replace the url with the ngrok one
not sure wait
i just had double //
<url>//update_settings
made an autohotkey script
No can u name one?
mind sharing ?
this is win+x
Would be the above script + https://www.autohotkey.com/
Free keyboard macro program. Supports hotkeys for keyboard, mouse, and joystick. Can expand abbreviations as you type them (AutoText).
just edit the first line and replace
url := "https://11d2-34-87-54-156.ngrok-free.app"
with
url := "http://localhost:18888"
Guysssss awjkr9a-28jr5n- I)Q-9 AR
Thankssssssssssssssssss ❤️
a fck i forgot to change that lmao
Just a small problem when i win+x in game (so i can use the RVC) its kinda alt tab and shows me the desktop so i should alt+tab again to enter the game and it takes time is there way to fix this too?
win+x is actually already used by windows itself
you can change it to pretty much any keybind you want
i changed it to "K"
But it alt+tab to desktop anyway
also used
you can changt it to like alt+k if yo u want
so i changed the "#X::" with "!K::"
still alt+tab to desktop
wtf
are you on fullscreen by chance? if you are i think that may be why
should change the game to window fullscreen?
That worked and completely ok but is there any other way? cause in some game windowsfullscreen lower fps or doesn't exist
not that i know of, that script will basically open a commandpromt in minimized mode, not sure if theres a way to run it in background instead
Sorry to bother but do u know any way to run it on background?