Description ---------------------------------- When attempting to play audio via ALSA with a bluetooth headset, the audio quality is extremely poor. This is due to the fact that the bluez-utiles implementation need for audio to be sent with buffer frame sizes that are aligned with channels*sample-width*bits-per-sample.
The following patch will isolated the audio session buffer creation code such that an ALSA based implementation will force the audio buffer size to work for the above conditions. This will fix https://bugs.helixcommunity.org/show_bug.cgi?id=8405 Files Modified ---------------------------------- client/audiosvc/hxaudses.cpp Branches --------------------------------- HEAD, Atlas310, Atlas341 --rusty _______________________________________________ Audio-dev mailing list [email protected] http://lists.helixcommunity.org/mailman/listinfo/audio-dev
