]> git.sesse.net Git - c64tapwav/blobdiff - level.h
Make the compressor filter frequency configurable, and up the default to a more aggre...
[c64tapwav] / level.h
diff --git a/level.h b/level.h
index 763e617958143c21bbf8c5ee31c84cb5b5751189..3a7f39d1289966b68dae9f18a5321a77d23b5ef0 100644 (file)
--- a/level.h
+++ b/level.h
@@ -3,6 +3,6 @@
 
 #include <vector>
 
-std::vector<float> level_samples(const std::vector<float> &pcm, float min_level, int sample_rate);
+std::vector<float> level_samples(const std::vector<float> &pcm, float min_level, float lpfilter_freq, int sample_rate);
 
 #endif  // !defined(_LEVEL_H)