Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timecode not detected if audio stream doesn't initially contain valid timecode #63

Open
GaryShooter opened this issue Dec 15, 2020 · 0 comments

Comments

@GaryShooter
Copy link

I've noticed that if I start decoding from an audio stream that doesn't initially contain any timecode data, but after a short period of time if I un-mute the timecode audio, the decoder doesn't always start to return any decoded timecode.

If I then destroy the decoder and create it again using ltc_decoder_free() and ltc_decoder_create() and feed it with audio samples that contain valid timecode data right from the start, then it always returns the decoded timecode.

Any ideas or suggestions that I could try to make the library reliably detect timecode when the audio stream doesn't initially contain any timecode?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant