X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:subject:from:to:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=Nhq 7d5GiPWgarMJM2fC2eHzcq7GuxFGMJlPXmLrQNn5uX2psOrgo5frgB/J1Z3ju1tc oN8y05G2Awy5XblAhuJJK3C+BghSA1PQ50SD1+VtSHGBeeOkiXkQ7sLP8c03SKiu ViBtxcLOCg05SmU4Q74so5t6qZiprzyF+7mX4AmU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:subject:from:to:mime-version :content-type:content-transfer-encoding; s=default; bh=WPJNg8zBy g8t+SgnaJuK/QNh9WU=; b=O5XW3CsVKKz9g/GtB3k2d2oGNCCJ1HYqTCIXyO2sA Ujtz7qhMVZayZXbms/KLZv+qeh2anSNmWeRnIFxK9RozZG+yHbjOyqRIKwQkI6mW cF3PJ755nD33/6Ih3KMmfbg93/QhsGXqaoCqQHhC14T3MgixodcVVfQu3zq/H4tk eg= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=3.8 required=5.0 tests=AWL,BAYES_50,EXECUTABLE_URI,KAM_EXEURI,RP_MATCHES_RCVD,T_HK_NAME_DR autolearn=no version=3.3.2 X-HELO: mail.tu-berlin.de X-tubIT-Incoming-IP: 130.149.58.163 Message-ID: <2b341eba8a9d01e621b55d459c34e9f3.squirrel@www.physik.tu-berlin.de> Date: Wed, 26 Feb 2014 23:38:38 +0100 Subject: sox - package is broken From: "Dr. Alexander Kleinsorge" To: cygwin AT cygwin DOT com User-Agent: SquirrelMail/1.4.22 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Hi Cygwin Team, 1st sox problem: in Cygwin 1.7.28 sound is broken. (sox + play) I followed all hints as reply to my first post last week. $ play blip.wav blip.wav: File Size: 1.33k Bit Rate: 94.4k Encoding: Unsigned PCM Channels: 1 @ 8-bit Samplerate: 11025Hz Replaygain: off Duration: 00:00:00.11 In:100% 00:00:00.11 [00:00:00.00] Out:1.25k [======|======] Clip:0 Done. ==> BUT I DONT HEAR ANYTHING, but same file works with other windows players (==> soundcard + driver + speaker = ok). 2nd sox problem: setup for sox* packages seems to be broken too (download incomplete msg). It is the first time I have problems installing cygwin-packages. It is server independent (ftp:*.de). ------------------------------- Possible solution: Why not using sounder.exe (freeware) which works without any setup and can play RIFF-WAVE-PCM and RIFF-WAVE-MP3 from command line. Together with aplay.exe (my c-code to emulate linux aplay player (using sounder internally). Install this way: -- wget http://www.physik.tu-berlin.de/~aleks/aplay.c wget http://www.elifulkerson.com/projects/downloads/sounder2013/sounder.exe gcc -O1 -o aplay.exe aplay.c cp aplay.exe sounder.exe /usr/bin/ -- -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple