Simple WAV Player in terminal. UXAV uses ALSA and his own WAV Decoder.
To install UXAV on your machine you need to compile it for your self here are the commands for it.
make
make install # It will copy uxav to /bin
uxav ./CantinaBand3.wavDependecies:
- Gcc/Clang
- ALSA (it's already installed on some linux distros)
- Makefile
Only supported platform is Linux/Unix/Posix, if u use windows then install linux :) Just kidding if u want u can pull request to this project so windows will work too.