This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: aplay (audio) support for cygwin - solution


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]