6 Commits

Author SHA1 Message Date
Josh Blum
3f5e373ee4 replace off_t with size_t to match system pointer size
I was having an issue with size of off_t on a multi-gigabit file.
This may have been related to long being a signed 32 bits on MSVC.
But I think there is good reason to use size_t here in general:

https://stackoverflow.com/questions/10634629/what-are-the-usage-differences-between-size-t-and-off-t
2017-11-25 16:06:08 -06:00
Eoin Mcloughlin
23490a0954 Fixing use-after-free resulting in heap corruption 2016-12-06 21:43:16 +00:00
Eoin Mcloughlin
b2068f5f44 Remove dead code. Fix some compiler warnings. 2016-12-06 21:43:00 +00:00
schneider
78b004b159 fix(spectrogramplot): Initialize the tuner transform as passthrough 2016-09-01 00:47:55 +01:00
schneider
d3754785b0 feat(plotview): Recommend a decimation based on the tuner BW 2016-08-31 22:33:48 +01:00
Mike
6c77918558 tuner: Port to liquid 2016-06-08 10:35:44 +01:00