From owner-freebsd-multimedia@FreeBSD.ORG Thu Jul 10 00:11:25 2014 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 511E8B61 for ; Thu, 10 Jul 2014 00:11:25 +0000 (UTC) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 10A352A4B for ; Thu, 10 Jul 2014 00:11:25 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id EF5C61FE028; Thu, 10 Jul 2014 02:11:23 +0200 (CEST) Message-ID: <53BDDA33.5000802@selasky.org> Date: Thu, 10 Jul 2014 02:11:31 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: "Russell L. Carter" , freebsd-multimedia@freebsd.org Subject: Re: audacity crashes recording References: <53BDD5CE.50903@pinyon.org> In-Reply-To: <53BDD5CE.50903@pinyon.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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:11:25 -0000 On 07/10/14 01:52, Russell L. Carter wrote: > Greetings, > I have built audio/audacity with the following options: > > OPTIONS_FILE_UNSET+=DEBUG > OPTIONS_FILE_SET+=DOCS > OPTIONS_FILE_SET+=FFMPEG > OPTIONS_FILE_SET+=FLAC > OPTIONS_FILE_SET+=ID3TAG > OPTIONS_FILE_SET+=LADSPA > OPTIONS_FILE_UNSET+=LAME > OPTIONS_FILE_SET+=MAD > OPTIONS_FILE_SET+=MIDI > OPTIONS_FILE_SET+=NYQUIST > OPTIONS_FILE_SET+=PORTMIXER > OPTIONS_FILE_SET+=SBSMS > OPTIONS_FILE_SET+=SOUNDTOUCH > OPTIONS_FILE_SET+=TWOLAME > OPTIONS_FILE_SET+=VAMP > OPTIONS_FILE_SET+=VORBIS > OPTIONS_FILE_UNSET+=RESAMPLE > OPTIONS_FILE_UNSET+=SAMPLERATE > OPTIONS_FILE_SET+=SOXR > > I've tried hard to eliminate any dependencies on pulseaudio > or alsa (in ffmpeg, for instance). > > I've got a Behringer U202 attached to a turntable for > input. Choosing OSS, it detects the devices as /dev/dsp, > /dev/dsp, with 2 (Stereo) input. When I click "monitor" > in the microphone dropdown, I get a crash with the > complaint: > > ALSA lib confmisc.c:768:(parse_card) cannot find card '0' > > Anybody got audacity working with OSS? Possibly with > snd_uaudio? > Yes, it works, but you need to compile it with possibly another audio backend. --HPS