Re: [Linuxsampler-devel] Support for 32-bit sample format

2019-02-24 Thread Jacek Roszkowski
niedz., 24 lut 2019 o 18:57 Christian Schoenebeck napisał(a): > Ah I see, so the automatic format conversion of ALSA does work for you, > however dmix just causes dropouts with your low latency settings. Interesting > that dmix does that, because usually the conversion is rather cheap. > > I wonde

Re: [Linuxsampler-devel] Support for 32-bit sample format

2019-02-24 Thread Christian Schoenebeck
On Sonntag, 24. Februar 2019 17:29:24 CET Jacek Roszkowski wrote: > > In recent versions of ALSA dmix should be enabled by default, and that > > automatically handles all required conversions (bit depth, sample rate, > > channels) if the sound card does not support conversion on its own. > > It is

Re: [Linuxsampler-devel] Support for 32-bit sample format

2019-02-24 Thread Jacek Roszkowski
niedz., 24 lut 2019 o 16:41 Christian Schoenebeck napisał(a): > In recent versions of ALSA dmix should be enabled by default, and that > automatically handles all required conversions (bit depth, sample rate, > channels) if the sound card does not support conversion on its own. It is enabled ind

Re: [Linuxsampler-devel] Support for 32-bit sample format

2019-02-24 Thread Christian Schoenebeck
On Sonntag, 24. Februar 2019 16:11:30 CET Jacek Roszkowski wrote: > I'm trying to run linuxsampler on Raspberry Pi as a low latency drum > module with my audio interface (NI Komplete Audio 6). Unfortunately, > the ALSA driver supports only S32_LE sample format. I've made some > changes to the code

[Linuxsampler-devel] Support for 32-bit sample format

2019-02-24 Thread Jacek Roszkowski
Hi. I'm trying to run linuxsampler on Raspberry Pi as a low latency drum module with my audio interface (NI Komplete Audio 6). Unfortunately, the ALSA driver supports only S32_LE sample format. I've made some changes to the code and it works for me, so I want to share it here. Maybe it's going to