Skip to content

Rosemoe/TouchVoltex

Repository files navigation

TouchVoltex

Control your SoundVoltex on Android Pad.

Preview

image

How to use

1. Install the app

Download the release apk from GitHub CI or Releases.

2. Configure spice2x

Turn to API Tab in spicecfg, and edit API TCP Port and API Password.
For example, set API TCP Port to 10574 and API Password to testpass.
In following instructions, we assume that your configuration is the same as here.

3. Connect your device to computer

There are two options: USB or Network.

It's recmmended to connect via USB for lower latency.

Option 1: USB Port Forwarding

Supposing you have ADB tools installed on your computer and enabled debug on your Android device.

You should execute the following command in ADB to forward the TCP port.

adb reverse tcp:10574 tcp:10574

Then your Android device can connect to spice2x at TCP 127.0.0.1:10574.

Option 2: Network

Ensure your Android device and your computer is connected to the same network. Check your computer's IP address.
Your Android device will be able to connect to spice2x at TCP [Your computer IP]:10574.

4. Launch game and app

You should configure your API address and password in the installed app.
IMPORTANT: Close spicecfg if it is still running.
After launching the SoundVoltex via spice/spice64, you can click Connect button in the app to connect the virtual controllers to your computer.

About

Control your spice-powered SDVX on Android Pad

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages