Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 413 Bytes

File metadata and controls

14 lines (9 loc) · 413 Bytes

wavplayer

Simple Player of 'wav' file on Windows (written by C#)

On Windows, starting with Vista, player of 'wav' files that can be used on the command line does not come. Therefore, I created this. This is a very simple player.

When you run to give one argument (path of a wav file), then play it.

[Usage] wavplayer path_of_wav_file

This program is licensed under the Apache License, Version 2.0.