On Fri, Dec 12, 2008 at 12:36:07PM +0000, Jacob Meuser wrote:
> On Fri, Dec 12, 2008 at 12:30:01PM +0000, Jacob Meuser wrote:
> 
> sorry, meant to include this
> 
> I use this script (named rfs) to run fluidsynth.
> 
> <<<
> #!/bin/sh
> 
> exec /usr/local/bin/fluidsynth \
>       -a libsndio \
>       -m oss -o midi.oss.device=/dev/rmidi1 \
>       -r 48000 \
>       -c 2 -z 128 \
>       "$@"
> >>>
> 
> the soundfont(s) are the arguments.  e.g. $ rfs guitar.sf2
> 
> tweak the midi device, rate, and buffers as desired.
> 

awesome. I've started aucat in server mode with 120 frames per
buffer (30 frames per block) and all the conversions envy(4)
requires and with "-z 30" i get neither underruns nor noticeable
latency.

-- Alexandre

Reply via email to