projects
/
c64tapwav
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add some heuristics to deal with shorter initial sync periods.
[c64tapwav]
/
audioreader.h
diff --git
a/audioreader.h
b/audioreader.h
index
273ebd2
..
47bb8f5
100644
(file)
--- a/
audioreader.h
+++ b/
audioreader.h
@@
-5,6
+5,6
@@
#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)