command: add command "getfingerprint"

A first use case for our libchromaprint integration added by commit
30e22b753b
This commit is contained in:
Max Kellermann
2019-04-05 12:38:49 +02:00
parent 17dd334b82
commit 8e5e97bfed
6 changed files with 420 additions and 0 deletions

View File

@@ -45,6 +45,13 @@ public:
ChromaprintDecoderClient();
~ChromaprintDecoderClient() noexcept;
bool IsReady() const noexcept {
return ready;
}
void Reset() noexcept {
}
void Finish();
std::string GetFingerprint() const {