multi-channel with roc-vad? #785
Replies: 2 comments 1 reply
-
Hi, Short answer: not supported, but possible. libASPL should support arbitrary number of channels, though I think I never tested that. roc-toolkit C API allows to select MULTITRACK layout and then set
You're welcome! Here are the steps comes to mind:
Note: to employ multi-channel mode, user will need to register custom encoding on both sender and receiver, see here: https://github.com/roc-streaming/roc-vad?tab=readme-ov-file#custom-packet-encoding |
Beta Was this translation helpful? Give feedback.
-
@gavv - That's good news. Thank you for the detailed reply with what would need doing. I'll have a go at it next week. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I see that the roc-toolkit supports multi-channel. I would like to be able to create multi-channel virtual mac devices with roc-vad, but it currently only seems to support mono or stereo.
Is this supported but undocumented?
Is this theoretically possible but just not implemented yet?
Is it just not possible as libASPL doesn't support it?
Is this not possible because CoreAudio plugins don't support it?
If it is possible I could have a look at making it work, any suggestion and pointers about where to start would be a great help, but if it's a known problem that can't be done it would be nice to know that too.
Thanks,
Paul
Beta Was this translation helpful? Give feedback.
All reactions