timecode-coder-0.2.0 has been yanked.
Rust timecode coder
A pure Rust no_std library for encoding and decoding timecode in real-time.
Decode LTC
Add dependency to Cargo.toml
[]
= { = "0.1.0", = ["decode_ltc"] }
Let's say you have a function that receives buffers from your audio interface:
use LtcDecoder;
TimecodeFrame
provides:
- hours
- minutes
- seconds
- frames
- frame-rate (auto detected)
Warning. Drop frames are not yet supported. They will be detected as normal '25fps' or '30fps'
Encode LTC
not yet implemented
Decode MIDI
not yet implemented
Encode MIDI
not yet implemented