From owner-freebsd-multimedia Wed Jan 28 19:42:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA06730 for freebsd-multimedia-outgoing; Wed, 28 Jan 1998 19:42:20 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from w2xo.pgh.pa.us (w2xo.pgh.pa.us [206.210.70.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA06723 for ; Wed, 28 Jan 1998 19:42:15 -0800 (PST) (envelope-from durham@w2xo.pgh.pa.us) Received: (from durham@localhost) by w2xo.pgh.pa.us (8.8.8/8.8.8) id WAA28203; Wed, 28 Jan 1998 22:42:28 -0500 (EST) (envelope-from durham) Message-ID: X-Mailer: XFMail 1.2 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <34CE2C98.41C67EA6@tccn.cs.kun.nl> Date: Wed, 28 Jan 1998 22:42:28 -0500 (EST) Organization: Dis- From: Jim Durham To: Kees Jan Koster Subject: RE: Audio recording anyone? Cc: FreeBSD Multimedia List Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-Loop: FreeBSD.ORG X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-multimedia" On 27-Jan-98 Kees Jan Koster wrote: > I want to record sound with my PC. I was curious if other FreeBSD users > are doing the same thing under FreeBSD. > > If you are, what software are you using? > > A more difficult question: can I do multitracking? Do I need special > soundcards for this, or can I plug two (three? four?) soundblaster cards > into my machine. Yes, I record sound quite often on FreeBSD. Here are my experiences so far: I have tried sound recording using mxv from the ports tree and the RealAudio encoder. Both have their problems. mxv will core dump on any changed scan rate setting. It only does 8kbit/s wav files. RealAudio encoder works fine encoding from files, but core dumps immediately if you try to record from the mic or line inputs on my SoundBlaster 16. Sent them a bug report..no reply... I have been using a little C program that inputs from the sound card and writes to a raw file. I can then take the raw file and play it directly with another C program, change it to many different formats with sox, or encode the file to RealAudio. I have no experience with multi-tracking using sound cards. I use a 4 track tape deck along with the card and a little stereo mixer with microphone, CD player, cassette deck, 4 track deck and audio cart machine that feeds the line input on my sound card. The output from the sound card goes into the mixer also for playback. You can, according to the documentation, put multiple sound cards in a FreeBSD box, using different addresses , IRQs and DRQs. regards, Jim Durham Jim Durham