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

Octet stream files #744

Open
jodiekell opened this issue Oct 22, 2023 · 2 comments
Open

Octet stream files #744

jodiekell opened this issue Oct 22, 2023 · 2 comments

Comments

@jodiekell
Copy link

We have some issues with larger audio files where the Nabu catalog is presenting some of these files as ‘octet stream’. They can be successfully downloaded and played as wav files, but look different in the catalog (see the screenshot below).
Screen Shot 2023-09-21 at 3 31 41 pm

There are 496 octet stream files in the catalog and they are all between 2-4gb.

To explain about larger audio file formats, Dobbin formats them as RF64 which is a standard extension of wav files intended to support large files over 4gb and multichannel audio.
In this case, we choose to output mbwf wav files in Dobbin, but if they are large files, they are processed as RF64 files with a bext metadata chunk.

Stefan Zachau from Cubetech support explains it like this:
“The RF64 format doesn't have the BEXT chunk. You should use the "MBWF" format instead. MBWF is based on RF64 - basically it is an RF64 plus BEXT (like BWF is a standard WAV plus BEXT).”

Usually this does not cause a problem except in the case of the octet stream files.
Whilst the octet stream files do download correctly as wav files, it would be best if they were listed as wav files to avoid confusion.

@github-project-automation github-project-automation bot moved this to 🆕 New in Nabu Oct 22, 2023
@johnf
Copy link
Member

johnf commented Oct 28, 2023 via email

@jodiekell
Copy link
Author

Thanks John.
Do you think it will retrospectively fix the files showing as octet stream or just new ones coming in?
I will keep a track on this.

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