|
Musly
An open-source audio music similarity library
|
Copyright 2013-2014, Dominik Schnitzer dominik@schnitzer.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... | |
Copyright 2013-2014, Dominik Schnitzer dominik@schnitzer.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.
| 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.
1.8.4