command: add command "getfingerprint"
A first use case for our libchromaprint integration added by commit
30e22b753b
This commit is contained in:
@@ -45,6 +45,13 @@ public:
|
||||
ChromaprintDecoderClient();
|
||||
~ChromaprintDecoderClient() noexcept;
|
||||
|
||||
bool IsReady() const noexcept {
|
||||
return ready;
|
||||
}
|
||||
|
||||
void Reset() noexcept {
|
||||
}
|
||||
|
||||
void Finish();
|
||||
|
||||
std::string GetFingerprint() const {
|
||||
|
Reference in New Issue
Block a user