Musly
An open-source audio music similarity library
|
Go to the source code of this file.
Data Structures | |
struct | musly_jukebox |
Copyright 2013-2014, Dominik Schnitzer domin ik@s chnit zer. atMore... | |
Typedefs | |
typedef float | musly_track |
A musly_track object typically represents the features extracted with an music similarity method. More... | |
typedef int | musly_trackid |
Not yet used. More... | |
typedef float musly_track |
A musly_track object typically represents the features extracted with an music similarity method.
The features are stored linearly in a float* array. Each music similarity method may write different features into this structure. Thus the size of the structure will vary too. To allocate a Musly track use musly_track_alloc(). To get the size (in bytes) of a Musly track use musly_track_size().
typedef int musly_trackid |
Not yet used.