Open gx-turbo opened 2 years ago
No. It's also not using pulseaudio.
OK, but! what about adding in an AES 67 virtual sound card? e.g. https://github.com/bondagit/aes67-linux-daemon
Interesting, i guess it would be possible. Never heard about this daemon before.
it's basically open source DANTE.
No issue but a feature request also: I love your pijam, thank you for this. I tried to connect a bluetooth receiver as audio device, but it was not recognized. Is it possible to implement bluetooth functions? I want a bluetooth mixer, four bluetooth receiver to mix from four different bluetooth senders....
I'm not an expert in Bluetooth, but I think you can only connect one device per role. So for example you can connect a mice and a keyboard, because they serve different roles. But you cannot connect two audio devices. Though it might work if you have multiple Bluetooth dongles. But then they would probably appear as different sound Interfaces and supporting this is not trivial. I also don't support it for regular USB audio Interfaces.
I added four dongles....none is detected...I think the appropiate bluetooth stack is missing?
If you use PieJamOS then there is no BT stack at all. If you use other Linux system, then you probably need to configure it somehow.
Is it possible to add the bluetooth drivers to pijamOS? Alternatively I have to add bluetooth to audio receivers and mix the audio signals...
In theory, yes. But I doubt that it will be of any value. Because synchronising multiple audio Interfaces is not supported by PieJam. And adding support for it is not trivial. You are not the first one who asks for it, though. My time is also very limited. So enabling BT in the kernel is easy, but getting it to work like you wish is a different beast.
okay.
Is piejam able to receive streams from a network, e.g. by pulseaudio?