Audio-Injector / Octo

Octo sound card - 8 channel output and 6 channel input sound cards
39 stars 3 forks source link

doubt about using 2 octo to increase to 12 in and 16 out #17

Open alvarxo opened 5 years ago

alvarxo commented 5 years ago

hello, my question is if I can use 2 octo cards for the same raspberry, or in their defender, use a second raspberry as a slave, but that the audio programs of the raspberry master recognize the 12 in and 16 out

flatmax commented 5 years ago

You can only do this with 2 Pi boards.

Each Pi can only connect to one I2S bus. For that reason, for more the 6/8 channels, you will require two Pi boards.

Matt

On 4/3/19 1:14 pm, alvarxo wrote:

hello, my question is if I can use 2 octo cards for the same raspberry, or in their defender, use a second raspberry as a slave, but that the audio programs of the raspberry master recognize the 12 in and 16 out

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Audio-Injector/Octo/issues/17, or mute the thread https://github.com/notifications/unsubscribe-auth/AAq6B2AdcCujOYu8CiEiA0j2UZ4Wwmj4ks5vTIGggaJpZM4bbatS.

alvarxo commented 5 years ago

ok, but is there any way to use them in such a way that it works as a single raspberry with 12/16?

flatmax commented 5 years ago

Not that I am aware of.

On 5/3/19 5:41 am, alvarxo wrote:

ok, but is there any way to use them in such a way that it works as a single raspberry with 12/16?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Audio-Injector/Octo/issues/17#issuecomment-469369635, or mute the thread https://github.com/notifications/unsubscribe-auth/AAq6BwUoZ47TGpTAOOGxSwdHaMgBJAU1ks5vTWjqgaJpZM4bbatS.

nettings commented 5 years ago

@alvarxo, you might want to check out JACK and zita-njbridge. Run one JACK on each RPi with an Octo, and zita-njbridge allows them to exchange audio over ethernet. Getting them time-aligned across both Pis is a bit of work, though, and you will have to live with higher latency.