]> git.sesse.net Git - c64tapwav/blob - level.h
3f830d77f0a3718049863e4e929eff0c17bd4d6c
[c64tapwav] / level.h
1 #ifndef _LEVEL_H
2 #define _LEVEL_H 1
3
4 #include <vector>
5
6 std::vector<float> level_samples(const std::vector<float> &pcm, int sample_rate);
7
8 #endif  // !defined(_LEVEL_H)