From owner-freebsd-multimedia@FreeBSD.ORG Sun Jun 8 09:27:08 2003 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB72137B401 for ; Sun, 8 Jun 2003 09:27:08 -0700 (PDT) Received: from gicco.homeip.net (dclient80-218-73-148.hispeed.ch [80.218.73.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id 343D343FAF for ; Sun, 8 Jun 2003 09:27:07 -0700 (PDT) (envelope-from hampi@rootshell.be) Received: from localhost.here (idefix@gicco.homeip.net [127.0.0.1]) by gicco.homeip.net (8.12.8p1/8.12.8) with ESMTP id h58GR4Hx001174 for ; Sun, 8 Jun 2003 18:27:05 +0200 (CEST) (envelope-from hampi@rootshell.be) Received: (from idefix@localhost) by localhost.here (8.12.8p1/8.12.8/Submit) id h58GR3oT001173 for freebsd-multimedia@freebsd.org; Sun, 8 Jun 2003 18:27:03 +0200 (CEST) X-Authentication-Warning: localhost.here: idefix set sender to hampi@rootshell.be using -f Date: Sun, 8 Jun 2003 18:27:03 +0200 From: Hanspeter Roth To: freebsd-multimedia@freebsd.org Message-ID: <20030608162703.GA1114@gicco.homeip.net> Mail-Followup-To: freebsd-multimedia@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: esddsp & sox X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-multimedia@freebsd.org List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jun 2003 16:27:09 -0000 Hello, I'd like to record audio in wav format via esd. So I tried: esddsp sox -t ossdsp -c 2 -w -r 44100 /dev/dsp test.wav but I get: sox: Can't open input file '/dev/dsp': Device busy Is esddsp supposed to work with sox? Or should I use esdrec and convert it to wav afterwards? -Hanspeter