Changing Dante device and channel names #20
Replies: 4 comments 1 reply
|
I haven't actually seen a way for that in inferno directly, but you can run one of the cli Dante tools listed somewhere in the readme after running inferno. as far as I know it doesn't actually remember the names but the Dante network itself does, eg. the other devices on the network remember it, the go oh i've seen you before! this was your config: ... |
|
Device name is exposed as setting, so set Channel names are saved in |
|
Ok, so those parameters are not pulled from the pipewire node information, correct? I had thought that those values might be automagically passed to ~/.asoundrc? |
|
Changing the NAME parameter in ~/.asoundrc works! TY. |
Uh oh!
There was an error while loading. Please reload this page.
I don't know rust, but I can see where in the source code the name of the device and channels are set. I also see that when I change the channel names in DC, they seem to "stick".
How can I change the channel names programmatically, and also, how can I change the device name programmatically? Is there a way within the existing code?
All reactions