hi there,
is it somehow possible to read a a2b stream of audio-data into teensy4 and work with the data?
here is a link of the technology: https://www.analog.com/en/applications/technology/a2b-audio-bus.html
I am unsure if I would need additional hardware for this, and if it would be at all feasible.
my goal would be to read the data from the all new Roland GK-5 pickup. It is a hexaphonic pickup (one for each string of a guitar), and it allows for all sorts of interesting effects, since one can change the sound of individual strings independently.
Earlier generations of the pickups (GK1 to GK3) had an analog output for each string, control voltages, supply voltage, and the normal guitar pickup output in one 13 pin cable.
The new GK-5 works with a TRS cable, so it only has 3 pins, and the audio data is digitised on the pickup unit and sent as a stream to devices (fx units) down the line via the a2b bus protocol. It would be cool to read the six audio channels into a teensy and have some audio fun with them on the teensy...
is it somehow possible to read a a2b stream of audio-data into teensy4 and work with the data?
here is a link of the technology: https://www.analog.com/en/applications/technology/a2b-audio-bus.html
I am unsure if I would need additional hardware for this, and if it would be at all feasible.
my goal would be to read the data from the all new Roland GK-5 pickup. It is a hexaphonic pickup (one for each string of a guitar), and it allows for all sorts of interesting effects, since one can change the sound of individual strings independently.
Earlier generations of the pickups (GK1 to GK3) had an analog output for each string, control voltages, supply voltage, and the normal guitar pickup output in one 13 pin cable.
The new GK-5 works with a TRS cable, so it only has 3 pins, and the audio data is digitised on the pickup unit and sent as a stream to devices (fx units) down the line via the a2b bus protocol. It would be cool to read the six audio channels into a teensy and have some audio fun with them on the teensy...