X-Git-Url: https://git.sesse.net/?p=c64tapwav;a=blobdiff_plain;f=level.h;fp=level.h;h=3a7f39d1289966b68dae9f18a5321a77d23b5ef0;hp=763e617958143c21bbf8c5ee31c84cb5b5751189;hb=e283d8b328e737d7119263010f63b7452fa05e6a;hpb=88155a672594488ef8f7d2f5fc91c608f9f066b3 diff --git a/level.h b/level.h index 763e617..3a7f39d 100644 --- a/level.h +++ b/level.h @@ -3,6 +3,6 @@ #include -std::vector level_samples(const std::vector &pcm, float min_level, int sample_rate); +std::vector level_samples(const std::vector &pcm, float min_level, float lpfilter_freq, int sample_rate); #endif // !defined(_LEVEL_H)