From owner-freebsd-questions Fri Dec 6 17:27:25 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA22992 for questions-outgoing; Fri, 6 Dec 1996 17:27:25 -0800 (PST) Received: from rzcomm1.rz.tu-bs.de (rzcomm1.rz.tu-bs.de [134.169.9.107]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id RAA22983 for ; Fri, 6 Dec 1996 17:27:22 -0800 (PST) Received: from algieba.ts.rz.tu-bs.de (ppp336.ts.rz.tu-bs.de) by rzcomm1.rz.tu-bs.de with ESMTP (1.37.109.20/16.2) id AA229230192; Sat, 7 Dec 1996 01:56:32 +0100 Received: from algieba.ts.rz.tu-bs.de (algieba.ts.rz.tu-bs.de [192.169.238.111]) by algieba.ts.rz.tu-bs.de (8.7.5/8.6.12) with SMTP id CAA00337; Sat, 7 Dec 1996 02:51:18 +0100 (MET) Message-Id: <32A8CD96.41C67EA6@algieba.ts.rz.tu-bs.de> Date: Sat, 07 Dec 1996 02:51:18 +0100 From: Sven Brandenburg Reply-To: S.Brandenburg@tu-bs.de X-Mailer: Mozilla 3.0 (X11; I; FreeBSD 2.1.5-RELEASE i386) Mime-Version: 1.0 To: "John S. Dyson" Cc: freebsd-questions@freebsd.org Subject: Re: O si o [sound question] References: <199612062248.RAA08354@dyson.iquest.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I do, normally in 16Bit mode, both record & playback. You must be happy ;-) > Make sure that the ints are configured correctly!!! They are. (They should be ... at least they work with DOS,W95 and Linux with the same settings). The problem is that nobody actually sets the audio driver into 16bit mode when playing audio. I added some stupid code to the driver that reports the audio setting via syslog. And this reads "Set to 8 bit". Even when I try my second card (a GUS which hasn`t the weird settings for dma/irq [SB16]) the same result: 8bit output. I have two final questions before I kill this thread due to its *big* importance. These questions may enlighten me or not - I will stop wasting your time [and mine] :) What do you use to play/record ? (which program and how configured, tell me everything :) Should a "cat iama16bitsample.au > /dev/audio" give you 16 bit output? (A BIG candidate for the lame-question-of-the-year, sorry!) BTW: playing MIDI files works for both SB16 and GUS [which loads its 16 bit samples and plays them as MIDI instruments -- correctly]. never mind, Sven