Skip to content

Sebi2020/WaveInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

mkdir build
cd build
cmake ../Source -G "MinGW Makefiles"
mingw32-make

Visual Studio

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

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published