Musly
An open-source audio music similarity library
Data Structures | Typedefs
musly_types.h File Reference

Go to the source code of this file.

Data Structures

struct  musly_jukebox
 Copyright 2013-2014, Dominik Schnitzer domin.nosp@m.ik@s.nosp@m.chnit.nosp@m.zer..nosp@m.at More...
 

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 Documentation

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.