|
From: Christian S. <sch...@li...> - 2014-08-24 16:53:55
|
On Sunday 24 August 2014 03:01:12 dwe...@gm... wrote: > Hi all, > Using linuxsampler with alsa driver I encounter glitchs which I suppose > are related to buffer_size > but while trying to tune it with following > > >SET AUDIO_OUTPUT_DEVICE_PARAMETER 0 FRAGMENTSIZE=1024 > > LS answers > > >Device parameter is read only You can provide the fragment size when you create the ALSA audio device, like this: CREATE AUDIO_OUTPUT_DEVICE ALSA FRAGMENTSIZE=1024 CU Christian |