From owner-freebsd-multimedia@FreeBSD.ORG Thu Jul 10 00:48:23 2014 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0BC22460 for ; Thu, 10 Jul 2014 00:48:23 +0000 (UTC) Received: from quine.pinyon.org (quine.pinyon.org [65.101.5.249]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D919B2CB5 for ; Thu, 10 Jul 2014 00:48:22 +0000 (UTC) Received: by quine.pinyon.org (Postfix, from userid 122) id 3005C1601F2; Wed, 9 Jul 2014 17:48:22 -0700 (MST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on quine.pinyon.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 Received: from feyerabend.n1.pinyon.org (feyerabend.n1.pinyon.org [10.0.10.6]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by quine.pinyon.org (Postfix) with ESMTPSA id B9A7816006A for ; Wed, 9 Jul 2014 17:48:19 -0700 (MST) Message-ID: <53BDE2D3.5050100@pinyon.org> Date: Wed, 09 Jul 2014 17:48:19 -0700 From: "Russell L. Carter" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org Subject: Re: audacity crashes recording References: <53BDD5CE.50903@pinyon.org> <53BDDA33.5000802@selasky.org> In-Reply-To: <53BDDA33.5000802@selasky.org> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jul 2014 00:48:23 -0000 On 07/09/14 17:11, Hans Petter Selasky wrote: > On 07/10/14 01:52, Russell L. Carter wrote: >> Anybody got audacity working with OSS? Possibly with >> snd_uaudio? >> > > Yes, it works, but you need to compile it with possibly another audio > backend. Ok thanks, good to know. Which audio backend works? I am 14 years away from FreeBSD and getting up to speed. All of the research I have done today points to native "OSS" as being The Right Way, and alsa and pulseaudio are to be avoided. Is this not true? What is the right way? I frankly don't care which one works, no dog in that fight. Best, Russell > > --HPS >