Adrien Gesta-Fline

Results 37 comments of Adrien Gesta-Fline

Hi, sorry i missed your question... Your problem comes from [here](https://github.com/agfline/wavfix/blob/defcc2e0b4efacc115fd8870f633e8460b50e4f3/src/wavfix.c#L633), let me translate : WAV files must start with 2 sequences of [4 bytes](https://en.wikipedia.org/wiki/FourCC) that identify your file as...

Hi, I made wavfix to work with the most common WAV cases, that is files containing PCM audio streams. I know that WAV files can embed many other audio types,...

Ok, just had a quick look at one of your SS6 files. ffprobe and mediainfo did not recognized it. So i tried with audacity like you said, and the only...

Hi, The fact that the file is a `.wav` file doesn't mean it contains a valid file identifier. This might be related to the way Ableton is writing files (although...

Thank you for the detailed feedback. We can clearly see the entire beginning of the file is zeroed, including `fmt` chunk and `data` chunk header. However audio data starts where...

Any news ? Was it successful ?

Hi Be-ing, Making a generic audio interface controller was also one of my goals when I started porting the fireface UC. If you make it with enough abstraction and modularity,...

Yes, totalmix supports midi. If you're interested I can search my old HDDs for an arduino code I made to control totalmix (only the mixing part though). Yes you're right,...

I have a [Fireface UC](https://www.rme-audio.de/fireface-uc.html), not UCX. There's no effect on the UC. I don't have time right now to work diligently on a new project, but if you need...

Hi, I don't think wavfix can do much about it. It is able to recover the file structure around actual audio data (when audio players wont play the wav file...