
On 07. 10. 22 15:51, Stefan Brüns wrote:
On Freitag, 7. Oktober 2022 11:57:56 CEST Lukas Kucharczyk wrote:
On 06. 10. 22 15:03, Stefan Brüns wrote:
If you only need a Monkey's Audio decoder, you may be better of with the implementation in FFmpeg.
It's required by http://shnutils.freeshell.org/shntool/ which unfortunately only supports the "mac" for APE support and hasn't been updated since 2009.
Do you need only decoding, or also encoding?
For decoding, you can replace the "mac" command with an equivalent ffmpeg call (untested):
$> export ST_APE_DEC='ffmpeg -i %f -acodec wav -' $> shntool ...
See http://shnutils.freeshell.org/shntool/support/doc/shntool.txt
Thanks, nice find! This is definitely enough for my use case. I should read the manual more carefully!
Kind regards,
Stefan