Skip to content

Instantly share code, notes, and snippets.

@soywiz
soywiz / main.c
Last active March 14, 2020 13:46 — forked from andormade/main.c
Audio Queue example
// gcc -framework Audiotoolbox -framework CoreAudio -framework CoreServices main.c
#include <stdlib.h>
#include <math.h>
#include <AudioToolbox/AudioQueue.h>
#include <CoreAudio/CoreAudioTypes.h>
#include <CoreFoundation/CFRunLoop.h>
#define NUM_CHANNELS 2
@soywiz
soywiz / executable.sh
Created February 3, 2017 00:01
Mark file as executable on Git repo
git update-index --chmod=+x file.sh
git ls-tree HEAD