From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Sound support enabled on Cygwin Date: Sun, 28 Sep 2014 16:31:42 +0200 Message-ID: <54281BCE.4060801@alice.it> References: <5427D954.8080008@alice.it> <542814DE.1000500@cornell.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1411914748 12296 80.91.229.3 (28 Sep 2014 14:32:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 28 Sep 2014 14:32:28 +0000 (UTC) To: Ken Brown , Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 28 16:32:21 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XYFWP-0004mT-Al for ged-emacs-devel@m.gmane.org; Sun, 28 Sep 2014 16:32:21 +0200 Original-Received: from localhost ([::1]:59956 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYFWO-0002Xb-PO for ged-emacs-devel@m.gmane.org; Sun, 28 Sep 2014 10:32:20 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50644) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYFWE-0002WP-M7 for emacs-devel@gnu.org; Sun, 28 Sep 2014 10:32:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XYFW7-0002lw-52 for emacs-devel@gnu.org; Sun, 28 Sep 2014 10:32:10 -0400 Original-Received: from smtp204.alice.it ([82.57.200.100]:8730) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYFW6-0002gf-Qr for emacs-devel@gnu.org; Sun, 28 Sep 2014 10:32:03 -0400 Original-Received: from [192.168.1.101] (79.47.230.113) by smtp204.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 540D85E6043448E9; Sun, 28 Sep 2014 16:31:56 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 In-Reply-To: <542814DE.1000500@cornell.edu> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.100 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:174772 Archived-At: Il 28/09/2014 16:02, Ken Brown ha scritto: > On 9/28/2014 5:48 AM, Angelo Graziosi wrote: >> Ken Brown wrote: >>> In bzr revision 117968 on the trunk I enabled sound support on Cygwin. >> >> ... >> checking for machine/soundcard.h... no >> checking for sys/soundcard.h... yes <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< >> checking for soundcard.h... no >> ... >> >> so, should we install additional packages? Which? > > I think it should just work with a base Cygwin install. The Cygwin DLL > has a built-in OSS driver, and the corresponding header is sys/soundcard.h. Oh thanks! It seems that it works fine with .waw files. Out of curiosity, I tried also with an .mp3 file but it didn't work. I assume that MP3 is not supported, yet. Thanks in any case for having enabled this also for Cygwin system... :) Ciao, Angelo.