Skip to content

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

Open
topkat wants to merge 1 commit intorackfx:masterfrom
topkat:master
Open

Add JUNK and BEXT wav format compatibility + promisified + cleaning#25
topkat wants to merge 1 commit intorackfx:masterfrom
topkat:master

Conversation

@topkat
Copy link

@topkat topkat 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
@topkat
Copy link
Author

topkat 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