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