openembedded / meta-openembedded

MIT License
416 stars 719 forks source link

libcanberra: Fix sound not playing on Colibri iMX8X #894

Open Fighter19 opened 2 weeks ago

Fighter19 commented 2 weeks ago

Canberra does not specify a buffer size, which leads to ALSA rejecting the settings. By specfiying a buffer time of 500ms and a period time with a fourth of that, an appropriate buffer size should be able to be calculated for all setups.