This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ------------------------------------------------------------------------------- | |
// CoreAudio continuous play test | |
// (c) 2014 by Arthur Langereis (@zenmumbler) | |
// created: 2014-12-07 | |
// | |
// As part of my efforts for stardazed and to create a Mac OS X version of | |
// Handmade Hero. | |
// | |
// compile with: | |
// clang++ -std=c++11 -stdlib=libc++ -framework AudioToolbox catest.cpp -o catest |