alkurbatov / header-dump

Tiny utility to dump info from WAVE header.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

header-dump

GitHub C++20

Tiny utility to dump info from WAVE header.

Prerequisites

  1. Download and install CMake.
  2. A compiler with C++20 support.

Build instructions

  1. Generate build routine:

    cmake -B build -DCMAKE_BUILD_TYPE=Release
  2. Build the utility:

    cmake --build build

Run the utility

./build/bin/header-dump ~/work/testdata/audio-samples/alaw.wav

Additional info

License

Copyright (c) 2023-2024 Alexander Kurbatov

Licensed under the GPLv3 license.

About

Tiny utility to dump info from WAVE header.

License:GNU General Public License v3.0


Languages

Language:C++ 81.4%Language:CMake 10.9%Language:Emacs Lisp 7.7%