Skip to content

Instantly share code, notes, and snippets.

View nickdowell's full-sized avatar

Nick Dowell nickdowell

  • United Kingdom
View GitHub Profile
// fruitywav.cpp - extracts ogg files from FruityLoops .wav files
#include <cstdio>
#include <cstring>
#include <iostream>
#include <memory>
#include <stdint.h>
#include <sys/fcntl.h>
#include <sys/mman.h>
#include <sys/stat.h>