From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from cpe-144-136-157-34.qld.bigpond.net.au ([144.136.157.34] helo=data.home ident=mail) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1ANCHe-0004G1-00 for ; Fri, 21 Nov 2003 09:29:18 -0500 Received: from geoff (helo=localhost) by data.home with local-esmtp (Exim 3.12 #1 (Debian)) id 1ANCH6-0005sZ-00; Sat, 22 Nov 2003 00:28:44 +1000 Date: Sat, 22 Nov 2003 00:28:37 +1000 (EST) From: Geoff Shang To: Erik Heil , "Speakup is a screen review system for Linux." In-Reply-To: <003701c3afd4$3ba36f40$0201a8c0@eheil> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: Geoff Shang Cc: Subject: Re: Speakfreely problem: X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.3 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 14:29:19 -0000 Hi: Yeah, /dev/audio is mainly found on Sun machines. The presence of it in Linux is to provide emulation for the Sun /dev/audio device for programs that need it ... like speak freely. Note that you can make Speak Freely use /dev/dsp by uncommenting the -dneeded_liniar define in the makefile. This also works for getting around buggy implementations of /dev/audio (notably in some OSS drivers). Geoff.