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

Missing metadata from WAV file #83

Closed
ffxsam opened this issue Apr 25, 2018 · 3 comments
Closed

Missing metadata from WAV file #83

ffxsam opened this issue Apr 25, 2018 · 3 comments
Labels
bug Bug, will addressed with high priority enhancement

Comments

@ffxsam
Copy link

ffxsam commented Apr 25, 2018

I exported a WAV file from Adobe Audition with RIFF tags. Unfortunately, the tags are not shown in the metadata:

{ format:
   { dataformat: 'WAVE',
     bitsPerSample: 24,
     sampleRate: 48000,
     numberOfChannels: 2,
     bitrate: 576000,
     numberOfSamples: 29762,
     duration: 0.6200416666666667,
     tagTypes: [ 'exif' ] },
  native: undefined,
  common: {} }

WAV file attached.
test.wav.zip

@Borewit Borewit added bug Bug, will addressed with high priority enhancement labels Apr 26, 2018
@Borewit
Copy link
Owner

Borewit commented Apr 26, 2018

RIFF/EXIF mapping to common was missing, related issue: #28.

Borewit added a commit that referenced this issue Apr 26, 2018
@Borewit
Copy link
Owner

Borewit commented Apr 26, 2018

Should be better in: v0.11.1

If you have an example with more detailed metadata set in the RIFF, I am very much interested in it.

@Borewit Borewit closed this as completed Apr 26, 2018
@ffxsam
Copy link
Author

ffxsam commented Apr 26, 2018

@Borewit Sure thing! Here you go.

riff.wav.zip

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug, will addressed with high priority enhancement
Projects
None yet
Development

No branches or pull requests

2 participants