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

Add JUNK and BEXT wav format compatibility + promisified + cleaning #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

top-kat
Copy link

@top-kat top-kat commented Jun 11, 2021

  • read infos whenever there is metadata between wave_identifier and fmt_identifier chunks (like this is the case with JUNK and BEXT wav files
  • promisify the lib so it can be used with promises, await and callback
  • clean code with transforming var to let and const
  • minor readability improvements

* read infos whenever there is metadata between `wave_identifier` and `fmt_identifier` chunks (like this is the case with JUNK and BEXT wav files
* promisify the lib so it can be used with promises, `await` and callback
* clean code with transforming var to `let` and `const`
* minor readability improvements
@top-kat
Copy link
Author

top-kat commented Jun 11, 2021

Hi,
Here are two example wav files I have been having troubles with (using the main branch and this other JUNK pull request)

JUNK wav file:
15SEC.LINGO.1.wav.zip

BEXT (broadcast extension) wav file: (I have a github error because the file is 35MB so uploaded to my server)
http://nicewebagence.com/bext%20wav%20example.wav

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

Successfully merging this pull request may close these issues.

1 participant