Nice work Klaas!
Thanks for sharing.
Kind regards,
Bernt
--
--
Audiolense User Forum.
http://groups.google.com/group/audiolense?hl=en?hl=en
To post to this group, send email to audio...@googlegroups.com
To unsubscribe, send email to audiolense+...@googlegroups.com
---
You received this message because you are subscribed to the Google Groups "Audiolense User Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to audiolense+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Hi Jean-Pierre,
The waveheader in Audiolense is 8 byte longer than minimum requirement. This is 100% inside spec, but short cuts is widespread in software that reads wave files. I suspect that SoX doesn’t read the header file properly, but just jumps down to the spot where the data stream usually starts.
Anyway, you don’t need to use SoX here. You can tell Brutefir where the data starts. The data chunk is at position 72, the length of the data section at position 76 and the first audio data is at position 80. Channels are interleaved.
You need to inform Brutefir of where the data starts, perhaps about channel count and interleaved too. I think what you need to change is to insert the number 80 and channel count. You should find the rest of the info you need in the Brutefir documentation.
Mvh,
Bernt
From: audio...@googlegroups.com [mailto:audio...@googlegroups.com] On Behalf Of Guibert Jean Pierre
Sent: onsdag 16. desember 2015 10.54
To: Audiolense User Forum
Subject: [audiolense] Re: Logitechmediaserver playback with BrutefirDRC plugin
Hi,
I would like to use BruteFIR plugin in the latest Daphile linux distro but i use DRC Audiolense software.
I installed SoX and tried to convert my wav audiolense filter with your command replacing "audiolense_filter.wav" by my audiolense file path but i have this error message :
sox WARN wav: wave header missing extended part of fmt chunk
I am not a programmer, did i do something wrong ? what can i do ?
Thank you for helping
Best regards
Jean-Pierre
France
--
--
Audiolense User Forum.
http://groups.google.com/group/audiolense?hl=en?hl=en
To post to this group, send email to audio...@googlegroups.com
To unsubscribe, send email to audiolense+...@googlegroups.com
---
You received this message because you are subscribed to the Google Groups "Audiolense User Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to audiolense+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Sounds like good news.
Mvh,
Bernt