diff include/VirtualClock.h @ 150:ebbfb154351a ClockSync

Now leveraging BBB's lock between xenomai clock and audio clock for ultra-accurate, low-latency clocking. CAVEAT: fractions of samples drifts will occurr every time the clock is changed
author Giulio Moro <giuliomoro@yahoo.it>
date Tue, 22 Sep 2015 04:09:13 +0100
parents 134bff10e561
children
line wrap: on
line diff
--- a/include/VirtualClock.h	Mon Sep 21 03:12:21 2015 +0100
+++ b/include/VirtualClock.h	Tue Sep 22 04:09:13 2015 +0100
@@ -9,6 +9,8 @@
 #ifdef USE_JUCE
 #else
 #include <BeagleRT.h>
+#include <I2c_Codec.h>
+extern I2c_Codec* gAudioCodec;
 #endif /* USE_JUCE */
 
 class VirtualClock{