Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
591 B

  1. LTC decoder to do list!
  2. -provide sample (sub-sample?) accurate location of LTC sync
  3. (may have to keep copy of raw samples in another cirsular buffer == fifo)
  4. -work with any audio input format/rate (spec'd by a formatex?)!
  5. (this will require using pointer math to access samples)
  6. -use the 1st derivative of the input signal to detect bit shape versus
  7. amplitude
  8. (this will make us more robust to LTC levels)
  9. -optimize code
  10. (may be able to sub-sample the signal to cut down on processing)
  11. -work backwards audio as well as forward (from tapedeck in reverse)
  12. -verify based on parity?