xglabs

Results 6 comments of xglabs

Doesn't work for me: ``` sokol_audio.h: actual backend buffer size isn't multiple of requested packet size buffer_frames=1881 packet_frames=128 ```

This is from saudio-app. ``` buffer_frames=2048 packet_frames=128 sokol_audio.h: actual backend buffer size isn't multiple of requested packet size buffer_frames=1881 packet_frames=128 ``` This is from alsa function call: ``` buf_frames before...

It should be noted, that this weird behaviour happens only when sample rate is 44100. For 48000 everything works as expected. ``` sample_rate before: 48000 sample_rate after: 48000 buf_frames before:...

I've looked at openal-soft ALSA initialization code and borrowed one function call, that you are not using. With this patch, everything works. But I don't understand why... ```patch diff --git...

Oops. I was too fast, to report everything is OK. There is sound, but it is not right: - saudio_app works as a beeper, i.e sound is interrupted with pauses....

Alsamixer. Conexant is on Lenovo IdeaPad 100. "Analog Devices AD1989B" on desktop with some ASUS motherboard.