Musly
An open-source audio music similarity library
Main Page
Data Structures
Files
File List
Globals
include
musly
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
;
39
}
musly_jukebox
;
40
41
49
typedef
float
musly_track
;
50
51
54
typedef
int
musly_trackid
;
55
56
57
#endif // MUSLY_TYPES_H_
Generated on Fri Jan 24 2014 16:47:37 for Musly by
1.8.4