Musly
An open-source audio music similarity library
musly_types.h
Go to the documentation of this file.
1 
12 #ifndef MUSLY_TYPES_H_
13 #define MUSLY_TYPES_H_
14 
21 typedef struct {
25  void* method;
26 
29  char* method_name;
30 
34  void* decoder;
35 
38  char* decoder_name;
40 
41 
49 typedef float musly_track;
50 
51 
54 typedef int musly_trackid;
55 
56 
57 #endif // MUSLY_TYPES_H_