Multi channel audio - Raspberry Pi Forums
hi, have done searches , haven't found solution.
working on system art installation produces 8-10 individual channels of audio out. robust , modular. considering having 1 raspberry pi per channel plus master pi has gui/touchscreen/etc control other pis. these can hardwired although nice have done via wifi if possible. critical synced. of sound files different channels of same song , must loop in unison. solution? don't have use raspberry pis, seems make sense, consider using master pi + multiple arduinos.
thanks,
mike
working on system art installation produces 8-10 individual channels of audio out. robust , modular. considering having 1 raspberry pi per channel plus master pi has gui/touchscreen/etc control other pis. these can hardwired although nice have done via wifi if possible. critical synced. of sound files different channels of same song , must loop in unison. solution? don't have use raspberry pis, seems make sense, consider using master pi + multiple arduinos.
thanks,
mike
mqtt way run master / slaves system. each can have topic subscribe , master publishes messages appropriate. replies can sent slave rpis publishing on topic.
if topics /pi/send/rpi1 /pi/send/rpi2 ... /pi/send/rpi8 message can directed each rpi. of hierarchical controls in mqtt send message rpis publishing /pi/send/ , rpis receive it.
master subscribe /pi/receive/# , slave publish replies /pi/receive/rpi1.
mqtt robust protocol one-to-one, one-to-many, many-to-one , many-to-many message traffic.
if topics /pi/send/rpi1 /pi/send/rpi2 ... /pi/send/rpi8 message can directed each rpi. of hierarchical controls in mqtt send message rpis publishing /pi/send/ , rpis receive it.
master subscribe /pi/receive/# , slave publish replies /pi/receive/rpi1.
mqtt robust protocol one-to-one, one-to-many, many-to-one , many-to-many message traffic.
raspberrypi
Comments
Post a Comment