10yard / wavplay

A simple command line .wav player for Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wavplay: A simple command line .wav player for Windows

Plays a .wav file synchronously from the command line. Simply pass the .wav as an argument.

e.g.

'''start /B wavplay sample.wav'''

Compiling

wavplay was compiled with "Pelles C" which is available at http://www.smorgasbordet.com/pellesc/

To enable build you will first need to:

  • Enable Microsoft extensions in the compiler options
  • Add '''winmm.lib''' to the linker under library/object files

Feedback

Please send feedback to jon123wilson@hotmail.com

Jon

About

A simple command line .wav player for Windows


Languages

Language:C 100.0%