-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
play multiple raw PCM to multiple a2dp sbc sink device #5
Comments
Hi, A media endpoint is just a file descriptor with some SBC encoding/decoding If you want to combine multiple PCM audio streams then you could implement "Mixing audio samples means adding them together, that's all. Typically Once you've combined them, then you can write them to the destination media If you want to pipe a single audio stream to two separate sinks then just Both use-cases are eminently possible. I suggest looking at the demo.py Liam. On 7 September 2016 at 14:03, Michele Dionisio [email protected]
|
I don't want to make "mixing" but only "routing". I'm try to undestand the demo application but I have some doubs. the documentation say:
so an SBCAudioSource with path /endpoint/a2dpsource is created
so an BTAudioSink with path /org/bluez/2202/hci0/dev_00_11_67_D2_AB_EE is created
and this is strange for me. because I don't undestand who make the connection from
Can you help me |
Hi, The demo code functions support only a single endpoint for source and sink The demo code is just an illustration of the things you can do with the You really can't route two sources to a single sink without mixing because Liam. On 7 September 2016 at 17:27, Michele Dionisio [email protected]
|
I'm reading the documentation and the test demo but I don't undestant if it is possible to:
is it possible to do that?
The text was updated successfully, but these errors were encountered: