> Am 04.05.25 um 08:27 schrieb Andrew Randrianasulu <randrianas...@gmail.com>:
>> > >>>> Is there a best way to convert *.mp3 to  *.wav ??

for CD-audio should work:

ffmpeg -i input.wav -sample_fmt s16 -ar 44100 output.wav

or

ffmpeg -i input.wav -af "aformat=sample_fmts=s16:sample_rates=44100" output.wav

hth

niels.
—
Niels Dettenbach
https://www.syndicat.com
https://www.syndicat.com/pub_key.asc

Reply via email to