Two-in/Stereo-out: simplified support for separate mixer channels for a user's instrument and microphone #3756
seanogdelaney
started this conversation in
Ideas
Replies: 1 comment
-
|
So... Would the two-in client have two jitter buffers at the server, one of each channel? I guess it would need to be at that point. Each of those jitter buffers would take up two slots on the server -- essentially to every other user, the same as if you'd run two clients. Would you want each of the two channels to have a separate profile? How would anyone identify between them on the mixer? The simpler approach remains running separate Jamulus instances using a virtual audio cable if needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Already possible, but awkward (run two jamulus clients, on platforms where that's possible).
To simplify for users, we can implement it directly (one client).
Proposal:
Client-only code change.
Mixer shows an independent, duplicate fader with name suffix "Mic" and vocal icon.
PR to follow.
Beta Was this translation helpful? Give feedback.
All reactions