- Edited
I'm hoping to using Bela for a low-latency binaural audio processing unit with headtracking and I just want to check if some things are possible...
1) can I send 8 channels of 44.1KHz/16bit audio data to the board via it's USB connection? If not, is there a tethered (e.g. Ethernet?) or wireless solution (with better QoS than Wifi) that could do it? Small buffers are fine, in fact preferable in my use-case.
2) Can I use an IMU like the Invensys MPU9250 Integrated 9-Axis Altitude Acceleration Magnetometer Gyro Module? I like this because it higher cooms rate 400Hz on I2C and 1Mhz on SPI. There is an Arduino library for it, would this take much porting?
Chip https://invensense.tdk.com/products/motion-tracking/9-axis/mpu-9250/
Module -http://vi.raptor.ebaydesc.com/ws/eBayISAPI.dll?ViewItemDescV4&item=152544767351&category=181785&pm=1&ds=0&t=1599802651000&ver=0
library https://github.com/hideakitai/MPU9250
Thanks for anyone's opinion.