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

Read LTC from one channel of a mult-channel wav #57

Open
richardwilliamson opened this issue Apr 23, 2020 · 1 comment
Open

Read LTC from one channel of a mult-channel wav #57

richardwilliamson opened this issue Apr 23, 2020 · 1 comment

Comments

@richardwilliamson
Copy link

Hello

I'm trying to decode the LTC from a single channel of a multi-channel wav. I can read in a mono version of the file in question without a problem, however the stereo version gives me nothing.

I've kept the file in 8 bit 44.1khz, and if I make a stereo wav with (the same) LTC on both channels then the file reads. Is there any solution?

Thanks!

Richard

@richardwilliamson
Copy link
Author

Ah think I've solved it - audacity interleaves the audio. I've managed to use the fix at https://github.com/lp35/libltc/blob/master/src/ltc.c#L97 to solve it for now.. Thanks for the great library!

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