https://github.com/sebi2020/waveinfo
https://github.com/sebi2020/waveinfo
pcm reader waveform
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sebi2020/waveinfo
- Owner: Sebi2020
- License: gpl-3.0
- Created: 2017-05-15T19:08:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-15T19:09:48.000Z (about 9 years ago)
- Last Synced: 2025-04-12T20:55:53.990Z (about 1 year ago)
- Topics: pcm, reader, waveform
- Language: C
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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