kampfschlaefer / jackmix

Matrix-Mixer for the Jack-Audio-connection-Kit
http://www.arnoldarts.de/jackmix/
GNU General Public License v2.0
44 stars 13 forks source link

Non-GUI version #3

Open Sjoerd82 opened 6 years ago

Sjoerd82 commented 6 years ago

Would be nice to have a command-line version of this tool. This would suit, among other things, embedded audio servers (which is currently what I'm working on)

Ref: http://www.arnoldarts.de/jackmix/concepts/

nickbailey commented 6 years ago

That's a good idea! I see Arnold had gone a bit quiet. He's The Man when it comes to the underlying audio engine. I just ran with it because the code was solid and we needed the functionality for mixing performers'/conductor's audio in live performance with light-weight hardware. The last I heard he wanted to rewrite the whole GUI in Python, which I think would be a Good Thing (TM). Perhaps he has a new project doing this. Not sure.

alamaral commented 3 years ago

I'd definitely like to see this also. I'm planning on using jackmix also in an embedded audio server.

dsheeler commented 3 years ago

@alamaral, while I'm wholly in favour of jackmix having a non-gui version, in the meantime, you might check out another mixer project I contribute to: jack_mixer which has a command-line version that a contributor has been working on lately for an embedded audio server. I hope @nickbailey forgives me for bringing it up here :)