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:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=mLpYODSiuEuPk4gFJWtabF8Taqed/e+h3Fzjpd3BSAi w/H+oShzoZLvLkmFbiIcL8eybw50VmFKcYdv6NdRimhpqatPQeCyZexGxJgnUQdr BIEdLVQ4JVy6ysuAzzXpFTvdv+uhT1Lik96DeHMviuN7VHNcEcrJknTpMCU4JAdM = 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:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=b4mQ2GCXcDjzjA42oxR+/EFN8wk=; b=OwyDsTvEij551qjSs 6wvL1OmImOJAp+BvtKO1tc5vvnfQA7uQOSwC5u21FOUR19sdazvgELXt57HVEfe9 Ke8oAak11pdIKchs64Hyxye8/Un+2/HzAgf4CrTrIWoSLSbu2TebZThoJm0KBZPn /2Iscxr/MC/l2VpgdjKuQpA6aA= 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=1.2 required=5.0 tests=AWL,BAYES_20,FREEMAIL_FROM,KAM_COUK,SPF_PASS autolearn=no version=3.3.2 X-HELO: out.ipsmtp4nec.opaltelecom.net X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApMBAN1uClNPRtPu/2dsb2JhbAANMhqDQcE5gR+DGQEBAQQ4QBELGAkWDwkDAgECAUUTCAEBF4d3NqNzoXgXjmsWhCIEpQ2Iew X-IPAS-Result: ApMBAN1uClNPRtPu/2dsb2JhbAANMhqDQcE5gR+DGQEBAQQ4QBELGAkWDwkDAgECAUUTCAEBF4d3NqNzoXgXjmsWhCIEpQ2Iew Message-ID: <530A6F39.9070608@tiscali.co.uk> Date: Sun, 23 Feb 2014 21:59:21 +0000 From: David Stacey User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: aplay (audio) support for cygwin - solution References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 23/02/2014 15:14, Dr. Alexander Kleinsorge wrote: > using this free 31 kB tool, download "sounder.exe" > (sourcecode free avail., but VisualBasic) > #http://www.elifulkerson.com/projects/commandline-wav-player.php > and copy to /usr/bin/sounder (.exe) If you just need to play a wav file on the command line, you may be able to use sox. Install the Cygwin packages 'sox' and 'sox-fmt-*', then: export AUDIODRIVER=ao play your_wav_file.wav Cheers, Dave. -- 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