]> git.sesse.net Git - c64tapwav/history - decode.cpp
When training, use much faster interpolation.
[c64tapwav] / decode.cpp
2015-03-15 Steinar H. GundersonWhen training, use much faster interpolation.
2015-03-15 Steinar H. GundersonSupport AVX to speed up the FIR filters.
2015-03-14 Steinar H. GundersonMore output to stderr.
2015-03-14 Steinar H. GundersonTrain hysteresis limits as part of SPSA.
2015-03-14 Steinar H. GundersonSpecify levels in terms of 0..1 and not 0..32768.
2015-03-14 Steinar H. GundersonMake the compressor filter frequency configurable,...
2015-03-14 Steinar H. GundersonAdd missing --min-level long option.
2015-03-14 Steinar H. GundersonChange hysteresis so that it is a bit more like a tradi...
2015-03-14 Steinar H. GundersonOutput training messages to stderr instead of stdout.
2015-03-14 Steinar H. GundersonMake the RC filter single-pole instead of biquad.
2015-03-13 Steinar H. GundersonFix an off-by-two in the filter cutoff.
2015-03-12 Steinar H. GundersonAdd a license.
2015-03-12 Steinar H. GundersonAdd an RC highpass filter, which seemingly does a good...
2015-03-12 Steinar H. GundersonWhen training, K-means to find the more-or-less ideal...
2015-03-12 Steinar H. GundersonRemove old comment.
2015-03-11 Steinar H. GundersonMake leveler minimum level configurable, since it is...
2015-03-11 Steinar H. GundersonFix long option for -A (--output-leveled).
2015-03-11 Steinar H. GundersonAdd SPSA-based automatic filter training.
2015-03-11 Steinar H. GundersonIntegrate the leveler into decode.
2015-03-11 Steinar H. GundersonFactor out cycles.plot writing.
2015-03-11 Steinar H. GundersonAdd support for decoding only parts of the sample.
2015-03-11 Steinar H. GundersonAdd a --quiet option.
2015-03-11 Steinar H. GundersonMove detect_pulses into its own function.
2015-03-11 Steinar H. GundersonAdd support for filtering the waveform before detection.
2015-03-11 Steinar H. GundersonAdd some quasi-useful options.
2015-03-11 Steinar H. GundersonFix HYSTERESIS_LIMIT being on the wrong scale.
2015-03-11 Steinar H. GundersonFactor TAP writing out into its own file.
2015-03-09 Steinar H. GundersonUse float samples internally.
2015-03-05 Steinar H. GundersonAdd some heuristics to deal with shorter initial sync...
2015-03-05 Steinar H. GundersonSupport any sample rate, not only 44100 Hz.
2015-03-05 Steinar H. GundersonUse ffmpeg to read audio files, instead of assuming...
2013-05-07 Steinar H. GundersonMove the tap_hdr definition into a separate header...
2013-05-04 Steinar H. GundersonRemove an unused #include.
2013-05-04 Steinar H. GundersonFix interpolation (it was broken after inversion).
2013-05-04 Steinar H. GundersonAdd table-based lookups for the Lanczos interpolation...
2013-05-04 Steinar H. GundersonMake a debug.raw with detected pulses.
2013-05-04 Steinar H. GundersonTrigger on down-flanks instead of up-flanks.
2013-05-04 Steinar H. GundersonClean up interpolation a bit.
2013-05-04 Steinar H. GundersonFix sync pulse reference length.
2013-05-04 Steinar H. GundersonMuch better hysteresis code.
2013-05-04 Steinar H. GundersonOutput a cycle plot, for debugging of errors.
2013-05-03 Steinar H. GundersonSwitch to linear interpolation by default.
2013-05-03 Steinar H. GundersonRename decode.c to decode.cpp.