Skip to content

Instantly share code, notes, and snippets.

View auzanmuh's full-sized avatar

Auzan Muhammad auzanmuh

  • Bandung, Indonesia
View GitHub Profile
@auzanmuh
auzanmuh / play_sound.cpp
Last active April 26, 2018 02:27
Portaudio callback
#include <iostream>
#include <chrono>
#include <csignal>
#include <portaudio.h>
#include <thread>
#include <opus/opus.h>
#include <log4cpp/Category.hh>
#include <log4cpp/FileAppender.hh>
#include <log4cpp/OstreamAppender.hh>
#include <codec2/codec2.h>