We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9404fe6 commit 024b22eCopy full SHA for 024b22e
Sources/CSoundpipeAudioKit/include/PitchTracker.h
@@ -2,6 +2,7 @@
2
3
#pragma once
4
5
+#import <Foundation/Foundation.h>
6
#include "Interop.h"
7
8
typedef struct PitchTracker *PitchTrackerRef;
@@ -12,4 +13,4 @@ void akPitchTrackerDestroy(PitchTrackerRef);
12
13
14
void akPitchTrackerAnalyze(PitchTrackerRef tracker, float* frames, unsigned int count);
15
void akPitchTrackerGetResults(PitchTrackerRef tracker, float* trackedAmplitude, float* trackedFrequency);
-CF_EXTERN_C_END
16
+CF_EXTERN_C_END
0 commit comments