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

mpeg and cart support? #20

Open
kookster opened this issue May 12, 2020 · 3 comments
Open

mpeg and cart support? #20

kookster opened this issue May 12, 2020 · 3 comments

Comments

@kookster
Copy link

Hello, I work in public radio here in the US, and we use 2 additional standards on top of BWF, with wav files containing MPEG data chunks, and also a cart chunk which gives additional information for broadcast scheduling and automation systems.

MPEG support (compression code 80, mext chunk, and extensions to fmt)
https://tech.ebu.ch/docs/tech/tech3285s1.pdf

Cart Chunk
http://www.aes.org/publications/standards/search.cfm?docID=41
(I have purchased the spec, but b/c of rights and licensing I will not post it)
http://www.cartchunk.org/cc_spec.htm (most of the spec is here)

I'm interested in adding support for these, would you be open to such additions to your project?
Happy to work on some PRs for these.

FWIW - I have experience implementing support for these in Ruby, https://github.com/kookster/nu_wav, and I've used that gem to parse and create such wav files in production systems, but rather than port that to js, I'd rather enhance and support your high quality work on wav files.

@kookster
Copy link
Author

I have this working, but I need to add better tests and get it ready to PR, hopefully you find it interesting @rochars - hope you are safe and to hear from you soon

@kookster
Copy link
Author

Ok - got things cleaned up pretty well #22
hopefully that builds! 🤞
@rochars please let me know what you think when you have time?

@rochars
Copy link
Owner

rochars commented Sep 2, 2020

Thank you very much for your work and also for sharing the solution.

Unfortunately, I am not able to work on this software at the moment - the code will remain public for anyone interested in continuing to work with this library, as well as anyone interested in developing and releasing new versions of it.

Again, thanks a lot :)

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

2 participants