Vuo  2.3.2
VuoAudioFile.h
Go to the documentation of this file.
1 
10 #ifdef __cplusplus
11 extern "C"
12 {
13 #endif
14 
15 #include "VuoHeap.h"
16 #include "VuoInteger.h"
17 #include "VuoLoopType.h"
18 #include "VuoReal.h"
19 #include "VuoText.h"
20 #include "VuoAudioSamples.h"
22 
23 bool VuoAudioFile_getInfo(VuoText url, VuoReal *duration, VuoInteger *channelCount, VuoReal *sampleRate) VuoWarnUnusedResult;
24 
28 typedef void *VuoAudioFile;
29 
31 void VuoAudioFile_enableTriggers(VuoAudioFile af, void (*decodedChannels)(VuoList_VuoAudioSamples), void (*finishedPlayback)(void));
38 
39 #ifdef __cplusplus
40 }
41 #endif