An open API service indexing awesome lists of open source software.

https://github.com/sebi2020/waveinfo


https://github.com/sebi2020/waveinfo

pcm reader waveform

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# WaveInfo
Tool to extract format information from wave headers.
## Building
You need the latest version of *cmake* to build **WaveInfo**.
If you've installed it simply type the following in the main dir of the repository:
### MinGW
```bash
mkdir build
cd build
cmake ../Source -G "MinGW Makefiles"
mingw32-make
```
### Visual Studio
```bash
mkdir build
cd build
cmake ../Source -G "Visual Studio 14 2015"
```
Open *Visual Studio* and press build or function key *f7*.
## Changelog
* **Version 1.0**: Support for fmt and data chunks