From owner-freebsd-questions@freebsd.org Wed Dec 13 14:08:05 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E888E9F6DD for ; Wed, 13 Dec 2017 14:08:05 +0000 (UTC) (envelope-from 4250.10.freebsd-questions=freebsd.org@email-od.com) Received: from bca5.email-od.com (bca5.email-od.com [207.246.239.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1AF4B72231 for ; Wed, 13 Dec 2017 14:08:04 +0000 (UTC) (envelope-from 4250.10.freebsd-questions=freebsd.org@email-od.com) DKIM-Signature: v=1; a=rsa-sha256; d=email-od.com;i=@email-od.com;s=dkim; c=relaxed/relaxed; q=dns/txt; t=1513174086; x=1515766086; h=x-thread-info:date:from:to:subject:message-id:in-reply-to:references:mime-version:content-type:content-transfer-encoding; bh=M6Iwt7mn1T3Cqp7kANzQ5U68wf4ymGMbrnhl7nq3LEk=; b=SVa35tzJ6jJaWIgKoP6CD6Z2i17TKaR7TZZNIm8ipOSzfYIeHA8L+u7AzfcwuVO1aUFOlvIPjxuQBmvb1E8ZOe6VNRYqajn2YJdT3E41EuNBNr+uG5xR2bEu/Ac+r0Jr2y0udpREYBf71mmVRTda85Pe7bKRrRpa1tapruRML+w= X-Thread-Info: NDI1MC4xMi44MTAwMDAwMDg0MmNhZS5mcmVlYnNkLXF1ZXN0aW9ucz1mcmVlYnNkLm9yZw== Received: from r2.us-east.aws.in.socketlabs.com (r2.us-east.aws.in.socketlabs.com [54.85.171.149]) by bca2.email-od.com with ESMTP(version=Tls12 cipher=Aes256 bits=256); Wed, 13 Dec 2017 09:07:54 -0500 Received: from smtp.lan.sohara.org (EMTPY [89.127.62.20]) by r2.us-east.aws.in.socketlabs.com with ESMTP(version=Tls12 cipher=Aes256 bits=256); Wed, 13 Dec 2017 09:07:52 -0500 Received: from [192.168.63.1] (helo=steve.lan.sohara.org) by smtp.lan.sohara.org with smtp (Exim 4.89 (FreeBSD)) (envelope-from ) id 1eP7hO-000OP9-U1 for freebsd-questions@freebsd.org; Wed, 13 Dec 2017 14:07:51 +0000 Date: Wed, 13 Dec 2017 14:07:50 +0000 From: Steve O'Hara-Smith To: freebsd-questions@freebsd.org Subject: Re: How to capture audio with FreeBSD? Message-Id: <20171213140750.123cbd4a1a519c31cc8ff63b@sohara.org> In-Reply-To: <20171213135656.GB6560@admin.sibptus.transneft.ru> References: <20171213135656.GB6560@admin.sibptus.transneft.ru> X-Mailer: Sylpheed 3.6.0 (GTK+ 2.24.31; amd64-portbld-freebsd11.0) X-Clacks-Overhead: "GNU Terry Pratchett" Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 14:08:05 -0000 On Wed, 13 Dec 2017 20:56:56 +0700 Victor Sudakov wrote: > blubee blubeeme wrote: > > > > Try this, install audio/oss from ports > > then use ossrecord app to record from the detected audio recording > > device. > > Since when is it not possible to record with > "cat /dev/dsp > file.wav" like in old hardcore Unixes? I believe this is still possible, but there's no control over format. My usual approach to sound capture is to install sox and use the rec command it provides. -- Steve O'Hara-Smith