]> git.sesse.net Git - c64tapwav/blobdiff - decode.cpp
Remove old comment.
[c64tapwav] / decode.cpp
index b3b8aa3376f355b9fcad9e8cd3aa4fc9b1bf2b4b..930b1933d52a343ba45f61dc60b1c8bcd9bd1a4a 100644 (file)
@@ -397,7 +397,6 @@ float eval_badness(const std::vector<pulse>& pulses, double calibration_factor)
 
 void spsa_train(std::vector<float> &pcm, int sample_rate)
 {
-       // Train!
        float filter[NUM_FILTER_COEFF] = { 1.0f };  // The rest is filled with 0.
 
        float start_c = INITIAL_C;