I used the nRF Audio Example to build a BLE audio device. I use the test tone generator functionality. I was previously using nRF Connect SDK 2.6.1 and the test tone generation functionality worked straight out of the box where I would pass the frequency, duration, and the amplitude (float between 0-1). I have recently started porting the SDK to 2.7.0. Everything was fairly straightforward excect for the test tone generation functionality. I seem to have no control over the volume. It always plays at an extremely loud level regardless of what amplitude I pass into the test tone generation functionality. Any ideas on this? I don't see any notes in the migration guide related to this feature.
Thanks!