-
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
NodeJS version #56
Comments
I am curious as well. Just started looking into this topic and found this library but no equivalent (or binding) of this in Node.JS / NPM. Would love to hear if you (@Joebayld) found something? P.S. of course, one way is to call the libltc-tools binary like |
@chrisspiegl we've got to stop meeting like this :=) |
Hey @chrisspiegl I haven't found anything unfortunately. Might look into starting a repo for a more modern NodeJS version of this - but haven't gotten to it yet. |
@arikrupnik and @Joebayld I have come to a point where I have a working prototype script that can read a WAV file with an SMPTE TC and extract the binary switches followed by an analysis to extract the valid SMPTE frames and from that the timecode. I will chip away at this a little bit more these coming days and might have something to put up for discussion and participation by sometime next week. However, it's always a bit of a step seeing the coding skill of people here and elsewhere, and then the code I write with comments and stuff. I often feel like I know nothing by comparison. But I'd love to get input once I am ready and maybe we can then improve it together to build a robust library for reading TC from WAV files and following that… an integration with |
Just to state the obvious for context: https://github.com/arikrupnik/ltcsync is a JavaScript application and library that uses |
I have started my repository. Please be gentle 🙈. I have done some experiments up to this point and tried separating things into different files for (relatively) easy understanding. Please come say hi, have a look, and share some knowledge in how I could improve it. I am stuck at some points but that's something I'll discuss over there in the readme as well as issues coming up. https://github.com/chrisspiegl/node-smpte-ltc I am not full time on this issue. It's a small hobby — even though it feels like a fun challenge and my mind is kinda glued to it right now. Looking forward to hearing from you and potentially collaborating on this idea and solution. Cheers, Chris |
Hey man. This is cool. Although the main reason I want to use this is for generating LTC files, not reading it. So that’s likely the work I would be putting into it. |
Hi all,
Has anyone used this library with javascript? I'm trying to get this into a NodeJS project but not sure if it'd be best to rewrite or bridge into js. Thoughts?
The text was updated successfully, but these errors were encountered: