Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 575 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 575 Bytes

WaveLib

A simple audio library implemented in pure C++.

Features

  • LOAD & DUMP audio (eg. .wav .flac .mp3 .aac .m4a)
  • Print audio info
  • Audio processing algo (eg. OLA WSOLA PV HPTSM)
  • Signal processing algo (eg. STFT FFT Fast DCT)

Demo

#include "wavlib.h"

int main() {
    WAVLIB::FORMAT::WAV audio;
    WAVLIB::LOAD(R"(C:\Users\a13.wav)", audio);
    WAVLIB::print(audio);
}
Type of format: PCM
Number of Channels: 1
Sample Rate: 16000
Bit Depth: 16
Data Rate: 32000
Data Size: 5717716