- fix pvqa wrapper for latest PVQA builds
This commit is contained in:
parent
7d3ed94d57
commit
98bf80ca7b
File diff suppressed because it is too large
Load Diff
|
|
@ -108,7 +108,7 @@ namespace MT
|
|||
OPUS
|
||||
};
|
||||
|
||||
float getResults(std::string& report, const EchoData** echo, int samplerate, Codec codec);
|
||||
float getResults(std::string& report, EchoData** echo, int samplerate, Codec codec);
|
||||
|
||||
// Report is interval report. Names are output detector names. startIndex is column's start index in interval report of first detector.
|
||||
struct DetectorsList
|
||||
|
|
|
|||
Loading…
Reference in New Issue