nooploop / piejam

PieJam - an audio mixer with touch interface for Raspberry Pi
GNU General Public License v3.0
67 stars 2 forks source link

network capability #7

Open gx-turbo opened 2 years ago

gx-turbo commented 2 years ago

Is piejam able to receive streams from a network, e.g. by pulseaudio?

nooploop commented 2 years ago

No. It's also not using pulseaudio.

RevREB commented 12 months ago

OK, but! what about adding in an AES 67 virtual sound card? e.g. https://github.com/bondagit/aes67-linux-daemon

nooploop commented 11 months ago

Interesting, i guess it would be possible. Never heard about this daemon before.

RevREB commented 11 months ago

it's basically open source DANTE.

Rai2023 commented 4 months ago

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....

nooploop commented 4 months ago

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.

Rai2023 commented 4 months ago

I added four dongles....none is detected...I think the appropiate bluetooth stack is missing?

nooploop commented 4 months ago

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.

Rai2023 commented 4 months ago

Is it possible to add the bluetooth drivers to pijamOS? Alternatively I have to add bluetooth to audio receivers and mix the audio signals...

nooploop commented 4 months ago

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.

Rai2023 commented 4 months ago

okay.