]> git.sesse.net Git - c64tapwav/history
c64tapwav
2016-05-06 Steinar H. GundersonAdd a simple README for license reasons. master
2016-03-17 Steinar H. GundersonMerge branch 'master' of /srv/git.sesse.net/www/c64tapwav
2015-03-15 Steinar H. GundersonAdd missing long option --train.
2015-03-15 Steinar H. GundersonCompile in native by default, since AVX helps so much.
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 missing .o to OBJS.
2015-03-12 Steinar H. GundersonYet more fixes for old ffmpeg.
2015-03-12 Steinar H. GundersonYet more fixes for old ffmpeg.
2015-03-12 Steinar H. GundersonMore compatibility fixes for older ffmpeg.
2015-03-12 Steinar H. GundersonAdd some missing #includes.
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. GundersonSplit the filter code into a class.
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-06 Steinar H. GundersonUse -fno-math-errno instead of -ffast-math, as the...
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...
2015-03-05 Steinar H. GundersonFix some compatibility issues in level.cpp, and possibl...
2015-03-01 Steinar H. GundersonStore only the right-hand side of the Lanczos table...
2013-05-10 Steinar H. GundersonA ton of tweaks to the cleaner (too many to mention...
2013-05-08 Steinar H. GundersonAdd a Viterbi cleaner.
2013-05-07 Steinar H. GundersonMove the tap_hdr definition into a separate header...
2013-05-05 Steinar H. GundersonAdd a simple leveller/compressor.
2013-05-05 Steinar H. GundersonMake the syncer slightly less memory-hungry.
2013-05-05 Steinar H. GundersonPreallocate aligned_pcm and mono_pcm.
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. GundersonSmall display fix.
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. GundersonAdd a program to sync up two stereo channels.
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. GundersonFix some warnings.
2013-05-03 Steinar H. GundersonMakefile tweaks.
2013-05-03 Steinar H. GundersonAdd a Makefile rule for decode.
2013-05-03 Steinar H. GundersonSplit the synth part into a library, with a Makefile.
2013-05-03 Steinar H. GundersonSwitch to linear interpolation by default.
2013-05-03 Steinar H. GundersonRename decode.c to decode.cpp.
2013-05-03 Steinar H. GundersonSome parametrization.
2013-05-02 Steinar H. GundersonOutput TAP files, and do some more tests.
2013-05-02 Steinar H. GundersonAdd calibration support.
2013-05-02 Steinar H. GundersonSupport arbitrary lengths when decoding.
2013-05-02 Steinar H. GundersonAdd some hysteresis to get rid of the worst noise.
2012-09-17 Steinar H. GundersonAdd a high-pass filter to get rid of the DC offset.
2012-09-17 Steinar H. GundersonSwitch the default LPF to 22 kHz.
2012-09-17 Steinar H. GundersonInitial checkin.