-
Notifications
You must be signed in to change notification settings - Fork 59
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
Using winmm.lib to decode real time LTC input? #30
Comments
Perhaps try using 8bit directly (instead of 16)
Note you'll also have to set Alternatively |
Thank you. I will try that. |
Hi, sorry to bug you again, I am still stuck on this. i have adjusted my main loop above to:
But it just prints an empty line. Where am i going wrong? Thanks again. |
@antithing Hello, have you solved this problem? I also encountered similar problems. |
Hi, and thank you very much for this code. I am streaming in LTC from a master clock, and am attempting to pick it up using winmm.lib, which streams the signal into a:
short int waveIn[44100 * 3];
Am i correct in thinking that libltc decoding needs an unsigned char* ?
Can I use something similar to the below code, or do i need a queue of some kind for real time streaming?
The signal is checked and is valid ltc.
Thanks!
The text was updated successfully, but these errors were encountered: