From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: play-sound-file & esd Date: Tue, 02 May 2006 12:03:55 +0200 Message-ID: <44572E8B.6060102@swipnet.se> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1146564263 30539 80.91.229.2 (2 May 2006 10:04:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 May 2006 10:04:23 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 02 12:04:22 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 1Farjo-00049O-MT for ged-emacs-devel@m.gmane.org; Tue, 02 May 2006 12:04:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Farjo-0001fR-E8 for ged-emacs-devel@m.gmane.org; Tue, 02 May 2006 06:04:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Farjc-0001f8-Bs for emacs-devel@gnu.org; Tue, 02 May 2006 06:04:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Farjb-0001dN-08 for emacs-devel@gnu.org; Tue, 02 May 2006 06:04:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Farja-0001dK-QN for emacs-devel@gnu.org; Tue, 02 May 2006 06:03:58 -0400 Original-Received: from [213.50.74.197] (helo=smtp.operax.com) by monty-python.gnu.org with smtp (Exim 4.52) id 1Farji-00062b-9W for emacs-devel@gnu.org; Tue, 02 May 2006 06:04:06 -0400 Original-Received: (qmail 68483 invoked by uid 0); 2 May 2006 10:03:55 -0000 Original-Received: from dentan.operax.com (HELO ?192.168.1.48?) (192.168.1.48) by treo.operax.com with SMTP; 2 May 2006 10:03:55 -0000 User-Agent: Thunderbird 1.5 (X11/20060313) Original-To: emacs-devel@gnu.org In-Reply-To: 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:53776 Archived-At: Sam Steingold skrev: >> * Richard Stallman [2006-04-28 23:50:23 -0400]: >> >> when esd is running, play-sound-file fails: >> >> I think what is needed is to make play-sound-file work with esd. >> Can you find out the specs for communicating with esd? > > package esound-devel on fc5 contains > /usr/include/esd.h > and > /usr/share/aclocal/esd.m4 > > No, I do not volunteer for this task. > It does not fail for me with Fedora Core 5. Are you using ALSA drivers, if not, can you try with them instead? Also, I seem to recall that esd will be replaced with GStreamer in the future, so making Emacs use esd may not be worth the effort. Jan D.