From owner-freebsd-multimedia Tue Jan 8 6:46:12 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from w2xo.pgh.pa.us (18.gibs5.xdsl.nauticom.net [209.195.184.19]) by hub.freebsd.org (Postfix) with ESMTP id B86BE37B400 for ; Tue, 8 Jan 2002 06:46:09 -0800 (PST) Received: from there (pgh.nepinc.com [192.204.162.27]) by w2xo.pgh.pa.us (8.11.6/8.11.3) with SMTP id g08EuDE74744 for ; Tue, 8 Jan 2002 09:56:13 -0500 (EST) (envelope-from durham@jcdurham.com) Message-Id: <200201081456.g08EuDE74744@w2xo.pgh.pa.us> Content-Type: text/plain; charset="iso-8859-1" From: Jim Durham Reply-To: durham@jcdurham.com To: freebsd-multimedia@freebsd.org Subject: snd_maestro3 module Date: Tue, 8 Jan 2002 09:46:08 -0500 X-Mailer: KMail [version 1.3] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I am using the snd-maestro3.ko module on a Dell Inspiron 4000 running 4-stable (about 3 weeks old). The chipset is ESS Maestro 3. I have tried various apps to record sound from the soundcard, with the same results. I tired my own code (which works fine on another 4-stable system with the SB16 driver), I tried gramophile and waveplay (waverec) from ports. In every case, the recording takes longer than the time specified, ie; you spec 10 seconds, it runs for 18 seconds, and the resulting recording is higher in pitch and noisy. I think what is happening is that the read of /dev/dsp is not always returning, hence it takes longer to get the calculated number of samples, and then the output file is missing data and the remaining data, represents a longer time span, therefore it plays back at a higher pitch and contains clicks where the missing bits are. Playback apps run just fine. Has any one else had this problem? Is it just me? Here is the boot message: pcm0: port 0xd800-0xd8ff mem 0xfbffe000-0xfbffffff irq 5 at device 8.0 on pci0 -Jim Durham To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message