]> git.sesse.net Git - c64tapwav/blobdiff - audioreader.h
Add some heuristics to deal with shorter initial sync periods.
[c64tapwav] / audioreader.h
index 273ebd2b6ef934cd2f05a119086cce1988149ffc..47bb8f50b02a5db702e0fa1b474e8a8e136a53fa 100644 (file)
@@ -5,6 +5,6 @@
 
 #include <stdint.h>
 
 
 #include <stdint.h>
 
-bool read_audio_file(const char *filename, std::vector<int16_t> *samples);
+bool read_audio_file(const char *filename, std::vector<int16_t> *samples, int *sample_rate);
 
 #endif  // !defined(_AUDIOREADER_H)
 
 #endif  // !defined(_AUDIOREADER_H)