Musly
An open-source audio music similarity library
Data Fields
musly_jukebox Struct Reference

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

#include <musly_types.h>

Data Fields

void * method
 A reference to the initialized music similarity method. More...
 
char * method_name
 Method name as null terminated string. More...
 
void * decoder
 A reference to the initialized audio file decoder. More...
 
char * decoder_name
 Decoder name as null terminated string. More...
 

Detailed Description

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

This file is part of Musly, a program for high performance music similarity computation: http://www.musly.org/.

This Source Code Form is subject to the terms of the Mozilla Public License v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. The Musly base object storing the initialized music similarity method and audio decoder information. A reference to an initialized musly_jukebox object is required for almost any Musly call.

See Also
musly_jukebox_poweron(), musly_jukebox_poweroff()

Field Documentation

void* decoder

A reference to the initialized audio file decoder.

Hides a C++ musly::decoder object.

char* decoder_name

Decoder name as null terminated string.

void* method

A reference to the initialized music similarity method.

Hides a C++ musly::method object.

char* method_name

Method name as null terminated string.


The documentation for this struct was generated from the following file: