From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: play-sound-file & esd Date: Tue, 16 May 2006 14:33:29 -0400 Message-ID: References: <44572E8B.6060102@swipnet.se> <44585258.7040506@swipnet.se> <445EF2F9.5060209@swipnet.se> <87r732wzz6.fsf@robotron.kosmorama> <44618798.3030901@swipnet.se> <4461E7DC.8070007@swipnet.se> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1147804436 20890 80.91.229.2 (16 May 2006 18:33:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 16 May 2006 18:33:56 +0000 (UTC) Cc: sds@podval.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 16 20:33:52 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fg4Mi-0005fA-F5 for ged-emacs-devel@m.gmane.org; Tue, 16 May 2006 20:33:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fg4Mi-0004Jr-J1 for ged-emacs-devel@m.gmane.org; Tue, 16 May 2006 14:33:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fg4MO-0004DC-BQ for emacs-devel@gnu.org; Tue, 16 May 2006 14:33:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fg4MN-0004CK-AC for emacs-devel@gnu.org; Tue, 16 May 2006 14:33:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fg4MM-0004C9-Qc for emacs-devel@gnu.org; Tue, 16 May 2006 14:33:31 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fg4P3-0006hL-7R for emacs-devel@gnu.org; Tue, 16 May 2006 14:36:17 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Fg4ML-00046M-6B; Tue, 16 May 2006 14:33:29 -0400 Original-To: Andreas Schwab In-reply-to: (message from Andreas Schwab on Mon, 15 May 2006 23:43:31 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:54598 Archived-At: AFAIK that version should be new enough. But only the native ALSA interface has access to the software mixer. When using the legacy OSS interface (eg. through /dev/dsp) you are still limited to a single open. So, what does that imply for Emacs? Does Emacs use it through the native ALSA interface or through a "legacy interface"?