2015-03-12 |
Steinar H. Gunderson | More compatibility fixes for older ffmpeg.
|
commit | commitdiff | tree |
2015-03-12 |
Steinar H. Gunderson | Add some missing #includes.
|
commit | commitdiff | tree |
2015-03-12 |
Steinar H. Gunderson | Add a license.
|
commit | commitdiff | tree |
2015-03-12 |
Steinar H. Gunderson | Add an RC highpass filter, which seemingly does a good...
|
commit | commitdiff | tree |
2015-03-12 |
Steinar H. Gunderson | Split the filter code into a class.
|
commit | commitdiff | tree |
2015-03-12 |
Steinar H. Gunderson | When training, K-means to find the more-or-less ideal...
|
commit | commitdiff | tree |
2015-03-12 |
Steinar H. Gunderson | Remove old comment.
|
commit | commitdiff | tree |
2015-03-11 |
Steinar H. Gunderson | Make leveler minimum level configurable, since it is...
|
commit | commitdiff | tree |
2015-03-11 |
Steinar H. Gunderson | Fix long option for -A (--output-leveled).
|
commit | commitdiff | tree |
2015-03-11 |
Steinar H. Gunderson | Add SPSA-based automatic filter training.
|
commit | commitdiff | tree |
2015-03-11 |
Steinar H. Gunderson | Integrate the leveler into decode.
|
commit | commitdiff | tree |
2015-03-11 |
Steinar H. Gunderson | Factor out cycles.plot writing.
|
commit | commitdiff | tree |
2015-03-11 |
Steinar H. Gunderson | Add support for decoding only parts of the sample.
|
commit | commitdiff | tree |
2015-03-11 |
Steinar H. Gunderson | Add a --quiet option.
|
commit | commitdiff | tree |
2015-03-11 |
Steinar H. Gunderson | Move detect_pulses into its own function.
|
commit | commitdiff | tree |
2015-03-11 |
Steinar H. Gunderson | Add support for filtering the waveform before detection.
|
commit | commitdiff | tree |
2015-03-11 |
Steinar H. Gunderson | Add some quasi-useful options.
|
commit | commitdiff | tree |
2015-03-11 |
Steinar H. Gunderson | Fix HYSTERESIS_LIMIT being on the wrong scale.
|
commit | commitdiff | tree |
2015-03-11 |
Steinar H. Gunderson | Factor TAP writing out into its own file.
|
commit | commitdiff | tree |
2015-03-09 |
Steinar H. Gunderson | Use float samples internally.
|
commit | commitdiff | tree |
2015-03-06 |
Steinar H. Gunderson | Use -fno-math-errno instead of -ffast-math, as the...
|
commit | commitdiff | tree |
2015-03-05 |
Steinar H. Gunderson | Add some heuristics to deal with shorter initial sync...
|
commit | commitdiff | tree |
2015-03-05 |
Steinar H. Gunderson | Support any sample rate, not only 44100 Hz.
|
commit | commitdiff | tree |
2015-03-05 |
Steinar H. Gunderson | Use ffmpeg to read audio files, instead of assuming...
|
commit | commitdiff | tree |
2015-03-05 |
Steinar H. Gunderson | Fix some compatibility issues in level.cpp, and possibly...
|
commit | commitdiff | tree |
2015-03-01 |
Steinar H. Gunderson | Store only the right-hand side of the Lanczos table...
|
commit | commitdiff | tree |
2013-05-10 |
Steinar H. Gunderson | A ton of tweaks to the cleaner (too many to mention...
|
commit | commitdiff | tree |
2013-05-08 |
Steinar H. Gunderson | Add a Viterbi cleaner.
|
commit | commitdiff | tree |
2013-05-07 |
Steinar H. Gunderson | Move the tap_hdr definition into a separate header...
|
commit | commitdiff | tree |
2013-05-05 |
Steinar H. Gunderson | Add a simple leveller/compressor.
|
commit | commitdiff | tree |
2013-05-05 |
Steinar H. Gunderson | Make the syncer slightly less memory-hungry.
|
commit | commitdiff | tree |
2013-05-05 |
Steinar H. Gunderson | Preallocate aligned_pcm and mono_pcm.
|
commit | commitdiff | tree |
2013-05-04 |
Steinar H. Gunderson | Remove an unused #include.
|
commit | commitdiff | tree |
2013-05-04 |
Steinar H. Gunderson | Fix interpolation (it was broken after inversion).
|
commit | commitdiff | tree |
2013-05-04 |
Steinar H. Gunderson | Add table-based lookups for the Lanczos interpolation...
|
commit | commitdiff | tree |
2013-05-04 |
Steinar H. Gunderson | Make a debug.raw with detected pulses.
|
commit | commitdiff | tree |
2013-05-04 |
Steinar H. Gunderson | Trigger on down-flanks instead of up-flanks.
|
commit | commitdiff | tree |
2013-05-04 |
Steinar H. Gunderson | Small display fix.
|
commit | commitdiff | tree |
2013-05-04 |
Steinar H. Gunderson | Clean up interpolation a bit.
|
commit | commitdiff | tree |
2013-05-04 |
Steinar H. Gunderson | Fix sync pulse reference length.
|
commit | commitdiff | tree |
2013-05-04 |
Steinar H. Gunderson | Add a program to sync up two stereo channels.
|
commit | commitdiff | tree |
2013-05-04 |
Steinar H. Gunderson | Much better hysteresis code.
|
commit | commitdiff | tree |
2013-05-04 |
Steinar H. Gunderson | Output a cycle plot, for debugging of errors.
|
commit | commitdiff | tree |
2013-05-03 |
Steinar H. Gunderson | Fix some warnings.
|
commit | commitdiff | tree |
2013-05-03 |
Steinar H. Gunderson | Makefile tweaks.
|
commit | commitdiff | tree |
2013-05-03 |
Steinar H. Gunderson | Add a Makefile rule for decode.
|
commit | commitdiff | tree |
2013-05-03 |
Steinar H. Gunderson | Split the synth part into a library, with a Makefile.
|
commit | commitdiff | tree |
2013-05-03 |
Steinar H. Gunderson | Switch to linear interpolation by default.
|
commit | commitdiff | tree |
2013-05-03 |
Steinar H. Gunderson | Rename decode.c to decode.cpp.
|
commit | commitdiff | tree |
2013-05-03 |
Steinar H. Gunderson | Some parametrization.
|
commit | commitdiff | tree |
2013-05-02 |
Steinar H. Gunderson | Output TAP files, and do some more tests.
|
commit | commitdiff | tree |
2013-05-02 |
Steinar H. Gunderson | Add calibration support.
|
commit | commitdiff | tree |
2013-05-02 |
Steinar H. Gunderson | Support arbitrary lengths when decoding.
|
commit | commitdiff | tree |
2013-05-02 |
Steinar H. Gunderson | Add some hysteresis to get rid of the worst noise.
|
commit | commitdiff | tree |
2012-09-17 |
Steinar H. Gunderson | Add a high-pass filter to get rid of the DC offset.
|
commit | commitdiff | tree |
2012-09-17 |
Steinar H. Gunderson | Switch the default LPF to 22 kHz.
|
commit | commitdiff | tree |
2012-09-17 |
Steinar H. Gunderson | Initial checkin.
|
commit | commitdiff | tree |
|