|
From: <be...@ga...> - 2003-10-28 15:58:32
|
> Benno, > One step closer: > > mark@Wizard linuxsampler $ ./linuxsampler --gig ../Gigs/Mellotron\ > 8Voice.gig > Initializing audio output...Error setting number of periods. : Invalid > argument > mark@Wizard linuxsampler $ > > I think the Hammerfall stuff only handles period sizes of 2? Is that > what's going on here? Or something else? you are correct, the hammerfall can deal only with number of fragments (period size) of 2. you can specify them on the commandline: --numfragments 2 and set the frames per audio buffer too: --fragmentsize 256 (means each audio fragment uses 256 frames). can you try again with the --numfragments 2 and see if it works ? as for using hw:1 just change the source and replace plughw:0 with plughw:1 and recompile (always do a make clean). let us know. Benno > > Mark > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Linuxsampler-devel mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel > ------------------------------------------------- This mail sent through http://www.gardena.net |