Just got the BLE Audio examples for CC2642R running from https://github.com/ti-simplelink/ble_examples/blob/master/examples/rtos/CC26X2R1_LAUNCHXL/ble5apps/central_bidirectional_audio/readme.md
Nice user interface for switching PHY's and audio I/O. But 2 questions:
1. Don't see a PHY option for LE Coded S=8. Is there a way to get longer range even potentially sacrificing audio quality?
2. Since bidirectional audio, have we looked at AEC (Acoustic Echo Cancellation)? Even 3rd party?
(Since the CC2642R1 has a Cortex-M4F with 32-bit single-precision floating point, you would think it should do a good job with AEC. .
3. Could we do 1 or 2. by making unidirectional?