Skip to content

Instantly share code, notes, and snippets.

View GMatrixGames's full-sized avatar
😄
Just hanging out

Garrett Koleda GMatrixGames

😄
Just hanging out
View GitHub Profile
@csukuangfj
csukuangfj / cpp-create-wav.cc
Created April 22, 2019 11:14
create wav file using c++
// author: fangjun kuang <csukuangfj at gmail dot com>
// date: Apr. 22, 2019
// refer to http://www.topherlee.com/software/pcm-tut-wavformat.html
#include <fstream>
#include <iostream>
typedef struct WAV_HEADER {
/* RIFF Chunk Descriptor */