From owner-freebsd-multimedia Tue Apr 16 05:37:53 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA08210 for multimedia-outgoing; Tue, 16 Apr 1996 05:37:53 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id FAA08204 for ; Tue, 16 Apr 1996 05:37:51 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with SMTP id FAA27410; Tue, 16 Apr 1996 05:35:58 -0700 (PDT) To: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) cc: multimedia@freebsd.org Subject: Re: Anyone gotten SpeakFreely to work with FreeBSD-current? In-reply-to: Your message of "Tue, 16 Apr 1996 15:58:55 +0400." <199604161158.PAA00387@astral.msk.su> Date: Tue, 16 Apr 1996 05:35:57 -0700 Message-ID: <27408.829658157@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > It seems that your sounddriver configuration broken somehow, > I have it working for my PAS 16: > > Script started on Tue Apr 16 15:56:00 1996 > astral:/usr/local/src/speak_freely-6.0 59_> cat < /dev/audio > =FF=FF=FF=FF=FF=FF=FF=FF=FF=FF=FF=FF=FF=FF=FF=FF=FF=FF=FF=FF=FF=FF=FF=FF=FF= Well, I think we've found one crucial difference, anyway. You have a PAS16 and I have a GUSMAX. Clearly, speak freely only works with one of the above in the default configuration! :-( root@time-> ls -l /dev/audio* lrwxr-xr-x 1 root wheel 6 Apr 16 05:23 /dev/audio -> audio0 crw-rw-rw- 1 root wheel 30, 4 Apr 16 05:23 /dev/audio0 crw-rw-rw- 1 root wheel 30, 20 Apr 16 05:23 /dev/audio1 crw-rw-rw- 1 root wheel 30, 36 Apr 16 05:23 /dev/audio2 root@time-> cat < /dev/audio bash: /dev/audio: Device not configured root@time-> cat < /dev/audio1 ïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïï... Other interesting facts about the GUS max and /dev/audio*: root@time-> cat ~/Audio/hithere.au >/dev/audio root@time-> cat ~/Audio/hithere.au >/dev/audio1 bash: /dev/audio1: Device not configured root@time-> cat ~/Audio/hithere.au >/dev/audio2 root@time-> cat < /dev/audio2 So, it looks like /dev/audio2 is the only bidirectional audio device on the GUSMAX. Should /dev/audio point to /dev/audio2 for the `gusmax' entry in /dev/MAKEDEV then? Any sound hackers care to comment? P.S. I tried speak freely with this set up and while it at least no longer dies, I still don't get any reasonable speech through sfmike - only clicking on the other end. Jordan