spatialaudio / jackclient-python

🂻 JACK Audio Connection Kit (JACK) Client for Python :snake:
https://jackclient-python.readthedocs.io/
MIT License
131 stars 26 forks source link

playing sound in 3 speaker devices #87

Closed PrakharPrashantSingh closed 4 years ago

PrakharPrashantSingh commented 4 years ago

Hi, i am working on a Yolo program that takes 3 camera inputs, process the live feed and just looking for a way to give 3 different output to 3 different speakers at a same time.

is it possible with this api? all the 3 devices speakers are wired connected via usb port!

Please help me Thanks

mgeier commented 4 years ago

If you have 3 JACK ports for your speakers, that's no problem.

I guess this is more a question about JACK itself and how to run jackd in a way that it provides JACK ports for those 3 speakers. You might need to create a "composite device" for that (or not, I don't know).

If you don't find a way to do this, you should ask on the JACK mailing list: https://jackaudio.org/community.html

PrakharPrashantSingh commented 4 years ago

okay Thanks for the help, i will ask in the community!