From owner-freebsd-hardware@FreeBSD.ORG Tue Dec 17 07:41:49 2013 Return-Path: Delivered-To: freebsd-hardware@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 6BD5B131; Tue, 17 Dec 2013 07:41:49 +0000 (UTC) Received: from mta04.bitpro.no (mta04.bitpro.no [92.42.64.203]) by mx1.freebsd.org (Postfix) with ESMTP id 26AA71660; Tue, 17 Dec 2013 07:41:48 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta04.bitpro.no (Postfix) with ESMTPS id BA9B7100593; Tue, 17 Dec 2013 08:22:52 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 764858F97A9; Tue, 17 Dec 2013 08:23:33 +0100 (CET) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1tpVu7Q3DoTc; Tue, 17 Dec 2013 08:23:32 +0100 (CET) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id DE9CE8F8A22; Tue, 17 Dec 2013 08:23:31 +0100 (CET) Message-ID: <52AFFC10.90000@bitfrost.no> Date: Tue, 17 Dec 2013 08:24:00 +0100 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: grarpamp , freebsd-multimedia@freebsd.org Subject: Re: USB audio devices and FreeBSD References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hardware@freebsd.org X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 07:41:49 -0000 On 12/17/13 00:25, grarpamp wrote: > Seems there's a lot of traditionally analog audio stuff > (turntables, cassettes, radio, receivers, etc) on the > market that can output the audio over USB in 16bit/44.1kHz > (or 16bit/48kHz 'selectable'). Presumably this is for > easy playback / ripping on a Windows [ugh] computer. > > I'm guessing this works just fine on FreeBSD with > whatever the usual Unix software tools are, right? Hi, You should beware that sox has/had a recording bug, that it will read one and one sample, leaving you with very high CPU usage. Else recording should work fine with FreeBSD. --HPS