The audio format sent from the app to the device is related to the sampling rate reported by the device,
- If the reported sampling rate is 8k, the default sent is 8k G711U;
- If the device reports a sampling rate of 16k, the default sent is 16k PCM.
Currently, this is the app's logic and cannot be changed.