Is there a known way to stream the wav output from Linuxsampler to
disk without interacting with the sound card?  The quality of the
soundcard output is very poor, and I'd love to have the 1st generation
output without worrying about the soundcard upsampling to 48k, etc.

Bennett Davis

On 4/2/08, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> Send Linuxsampler-devel mailing list submissions to
>         linuxsampler-devel@lists.sourceforge.net
>
>  To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel
>  or, via email, send a message with subject or body 'help' to
>         [EMAIL PROTECTED]
>
>  You can reach the person managing the list at
>         [EMAIL PROTECTED]
>
>  When replying, please edit your Subject line so it is more specific
>  than "Re: Contents of Linuxsampler-devel digest..."
>
>
>  Today's Topics:
>
>    1. Building from source with Jack support (Kjel Anderson)
>    2. Re: Building from source with Jack support (Christian Schoenebeck)
>
>
>  ----------------------------------------------------------------------
>
>  Message: 1
>  Date: Tue, 1 Apr 2008 22:15:49 -0700
>  From: "Kjel Anderson" <[EMAIL PROTECTED]>
>  Subject: [Linuxsampler-devel] Building from source with Jack support
>  To: linuxsampler-devel@lists.sourceforge.net
>  Message-ID:
>         <[EMAIL PROTECTED]>
>  Content-Type: text/plain; charset="iso-8859-1"
>
>  Hey all,
>
>  I know I saw somewhere that there is an argument needed for configure to
>  enable jack support.  Can someone point me to documentation regarding how to
>  build this? I have it up and running, but the only output option is ALSA.
>  Here is the message that it starts with:
>
>  LinuxSampler 0.5.1
>  Copyright (C) 2003,2004 by Benno Senoner and Christian Schoenebeck
>  Copyright (C) 2005-2007 Christian Schoenebeck
>  Detected features: MMX SSE SSE2
>  Creating Sampler...OK
>  Registered sampler engines: 'GIG'
>  Registered MIDI input drivers: ALSA
>  Registered audio output drivers: ALSA
>  Loading instrument editor plugins...OK
>  Registered instrument editors:
>  Starting LSCP network server (0.0.0.0:8888)...OK
>  LinuxSampler initialization completed. :-)
>
>  Thank you and keep up the great work!
>
>  Kjel
>  -------------- next part --------------
>  An HTML attachment was scrubbed...
>
>  ------------------------------
>
>  Message: 2
>  Date: Wed, 2 Apr 2008 08:05:42 +0200
>  From: Christian Schoenebeck <[EMAIL PROTECTED]>
>  Subject: Re: [Linuxsampler-devel] Building from source with Jack
>         support
>  To: linuxsampler-devel@lists.sourceforge.net
>  Message-ID: <[EMAIL PROTECTED]>
>  Content-Type: text/plain;  charset="iso-8859-6"
>
>  Am Mittwoch, 2. April 2008 07:15:49 schrieb Kjel Anderson:
>  > Hey all,
>  >
>  > I know I saw somewhere that there is an argument needed for configure to
>  > enable jack support.  Can someone point me to documentation regarding how
>  > to build this? I have it up and running, but the only output option is
>  > ALSA. Here is the message that it starts with:
>
>  No, you don't have to explicitly turn jack support on at compile time. LS's
>  configure script by default automatically detects whether you have JACK
>  available or not and accordingly compile the support for it or not.
>
>  However for completeness, the respective configure script arguments are:
>
>         ./configure --disable-jack-driver
>
>  for turning JACK support off and
>
>         ./configure --enable-jack-driver
>
>  for turning JACK support on, but as said, by default it's on anyway. So 
> better
>  check the output of your configure script. I'm sure there's something missing
>  on your box, probably JACK's header files.
>
>  You get descriptions to all our configure script parameters with:
>
>         ./configure --help
>
>  CU
>  Christian
>
>
>
>  ------------------------------
>
>  -------------------------------------------------------------------------
>  Check out the new SourceForge.net Marketplace.
>  It's the best place to buy or sell services for
>  just about anything Open Source.
>  http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
>
>  ------------------------------
>
>  _______________________________________________
>  Linuxsampler-devel mailing list
>  Linuxsampler-devel@lists.sourceforge.net
>  https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel
>
>
>  End of Linuxsampler-devel Digest, Vol 22, Issue 1
>  *************************************************
>

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Linuxsampler-devel mailing list
Linuxsampler-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

Reply via email to