Update F0Preprocess.hpp

This commit is contained in:
Ναρουσέ·μ·γιουμεμί·Χινακάννα 2023-04-08 00:06:27 +08:00 committed by GitHub
parent 3fa3bca49f
commit e7f05beb35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -32,3 +32,5 @@ private:
double* rf0 = nullptr;
int64_t f0Len = 0;
};
std::vector<long long> getAligments(size_t specLen, size_t hubertLen);