basic coreAudio playback is working

This commit is contained in:
Johannes Pohl 2016-09-13 14:49:20 +02:00
parent 71e0a89e29
commit 20ab3deedb
4 changed files with 81 additions and 10 deletions

View file

@ -24,7 +24,7 @@
namespace chronos
{
typedef std::chrono::high_resolution_clock hrc;
typedef std::chrono::system_clock hrc;
typedef std::chrono::time_point<hrc> time_point_hrc;
typedef std::chrono::seconds sec;
typedef std::chrono::milliseconds msec;