Vuo 2.4.4
Loading...
Searching...
No Matches
VuoAudioFile.h
Go to the documentation of this file.
1
10#ifdef __cplusplus
11extern "C"
12{
13#endif
14
15#include "VuoInteger.h"
16#include "VuoLoopType.h"
17#include "VuoReal.h"
18#include "VuoText.h"
19#include "VuoAudioSamples.h"
21
22bool VuoAudioFile_getInfo(VuoText url, VuoReal *duration, VuoInteger *channelCount, VuoReal *sampleRate) VuoWarnUnusedResult;
23
27typedef void *VuoAudioFile;
28
30void VuoAudioFile_enableTriggers(VuoAudioFile af, void (*decodedChannels)(VuoList_VuoAudioSamples), void (*finishedPlayback)(void));
37
38#ifdef __cplusplus
39}
40#endif