Hi,
is it possible add lossyFLAC to XReCode
Please ,
Best Regards
Klapacius
[SOLVED] lossyFLAC
Re: lossyFLAC
It is already possible.
You need to use the flac.exe as an encoder for flac and set the Manual command line like this https://imgur.com/a/b1nwRP0. This is a bare minimum command line:
C:\lossywav\lossyWAV.exe - --quality I -- |
To pass a custom parameters to the flac.exe, set it like this - https://imgur.com/a/3A8bJTK
C:\lossywav\lossyWAV.exe - --quality I -- | -s -b 512 -8
Press the test button before proceeding to make sure the command line was set up correctly, it should look like this https://imgur.com/a/ByCbEBi
You need to use the flac.exe as an encoder for flac and set the Manual command line like this https://imgur.com/a/b1nwRP0. This is a bare minimum command line:
C:\lossywav\lossyWAV.exe - --quality I -- |
To pass a custom parameters to the flac.exe, set it like this - https://imgur.com/a/3A8bJTK
C:\lossywav\lossyWAV.exe - --quality I -- | -s -b 512 -8
Press the test button before proceeding to make sure the command line was set up correctly, it should look like this https://imgur.com/a/ByCbEBi
Re: lossyFLAC
Thank you very much!
Klapacius
Klapacius
Re: lossyFLAC
Hi at all 
At first I thought "lossy flac" what a silly idea.
The advantage of Flac is that it does not encode in a lossy way,
and thus delivers the best possible sound.
But then I read the article and I have to admit that it really makes sense!
https://hydrogenaud.io/index.php/topic,55522.0.html
Perhaps this should become a permanent option in Xrecode. I would like a choice.
best regards
Paddy

At first I thought "lossy flac" what a silly idea.
The advantage of Flac is that it does not encode in a lossy way,
and thus delivers the best possible sound.
But then I read the article and I have to admit that it really makes sense!
https://hydrogenaud.io/index.php/topic,55522.0.html
Perhaps this should become a permanent option in Xrecode. I would like a choice.
best regards
Paddy
[SOLVED] Re: lossyFLAC
I added it to the "How to ..." topic - viewtopic.php?t=1563