]> git.sesse.net Git - c64tapwav/blob - common.h
Add table-based lookups for the Lanczos interpolation, and use that in the syncer.
[c64tapwav] / common.h
1 #ifndef _COMMON_H
2 #define _COMMON_H 1
3
4 #define WAVE_FREQ 44100
5 #define C64_FREQ 985248
6
7 #endif  // !defined(_COMMON_H)