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

Local VBAN API communication #1

Open
ollie-nye opened this issue Aug 31, 2022 · 0 comments
Open

Local VBAN API communication #1

ollie-nye opened this issue Aug 31, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@ollie-nye
Copy link
Owner

Currently, this requires a separate machine to run on due to VoiceMeeter binding to port 6980.

Even using docker we can't get around this, as we have to be able to receive on the same port and can't bind to it. Additionally, docker will use an indeterminate source port when forwarding, which upsets the X-Touch.

There is a C implementation of the VBAN local API available, so looking into converting this to Rust will be a good start.

@ollie-nye ollie-nye added the enhancement New feature or request label Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant