|
From: Christian S. <chr...@ep...> - 2003-12-29 17:20:05
|
Es geschah am Montag, 29. Dezember 2003 16:33 als Mark Knecht schrieb:
> Hi,
> I know I can use '-n 2' to set the number of periods used by LS and
> Alsa, but I'm not clear how I set the buffer size in LS. I'd like to run
> LS with the same buffer sizes that I run GSt under Windows with when
> doing comparisons between them.
>
> Is there a command line option for this?
Yes, but there's no -n switch, actually these are the switches you want:
--numfragments sets the number of audio fragments
--fragmentsize sets the fragment size
and btw there are three new commandline switches:
--instrument index of the instrument in the instrument file if it
contains more than one (default: 0)
--volume sets global volume gain factor (a value > 1.0 means
amplification, a value < 1.0 means attenuation,
default: 0.25)
--inputclient connects to an Alsa sequencer input client on startup
(e.g. 64:0 to connect to a client with ID 64 and port 0)
'linuxsampler --help' for more.
CU
Christian
|