13
0

NO-OP: remove trailing whitespace

This commit is contained in:
Robin Gareus 2019-09-03 04:52:01 +02:00
parent b340dc7282
commit 58ee66e924
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
25 changed files with 208 additions and 210 deletions

View File

@ -159,7 +159,6 @@ MonoNoteHMM::build()
to.push_back(index+2); to.push_back(index+2);
transProb.push_back(par.pSilentSelftrans); transProb.push_back(par.pSilentSelftrans);
// the more complicated transitions from the silent // the more complicated transitions from the silent
double probSumSilent = 0; double probSumSilent = 0;

View File

@ -55,7 +55,6 @@ public:
double sigmaYinPitchInter; double sigmaYinPitchInter;
double yinTrust; double yinTrust;
}; };
#endif #endif

2
libs/vamp-pyin/README Normal file
View File

@ -0,0 +1,2 @@
https://code.soundsoftware.ac.uk/projects/pyin
https://code.soundsoftware.ac.uk/attachments/download/1458/pyin-v1.1.tar.gz

View File

@ -27,7 +27,6 @@ using std::vector;
using std::pair; using std::pair;
class Yin class Yin
{ {
public: public:

View File

@ -238,7 +238,6 @@ YinUtil::yinProb(const double *yinBuffer, const size_t prior, const size_t yinBu
thresholds.push_back(0.01 + i*0.01); thresholds.push_back(0.01 + i*0.01);
} }
int currThreshInd = nThreshold-1; int currThreshInd = nThreshold-1;
tau = minTau; tau = minTau;