teragonaudio / MrsWatson

A command-line VST plugin host
http://teragonaudio.com/MrsWatson.html
Other
486 stars 102 forks source link

Linux binaries don't write wav file metadata. #283

Closed CarlosBalladares closed 6 years ago

CarlosBalladares commented 6 years ago

Problem

I am using mrswatson64 and the xhip synth to render the same preset with the same midi input in both OSX and on a Linux docker container. The linux output is missing some metadata. I will attach screenshots. I have tried building this project in my container to see if anything changes but i run with this other issue. #278. Any help is appreciated.

OSX data

Linux container data

This is my base image

FROM node:8

I ran the same test on Google app engine. The output is missing the same fields.

CarlosBalladares commented 6 years ago

I manged to rebuild the project in a docker container and the wav files are looking good now.