Re: [patch v3] external MPEG audio decoding using libmpg123
Elio Blanca via Lame-dev <[email protected]> Wed, 26 Sep 2018 21:11:20 +0200
| Newsgroups | gmane.comp.audio.mp3.lame |
|---|---|
| Message-ID | <20180926211120.1ab894f4@cindy> |
Il giorno Wed, 26 Sep 2018 08:51:29 +0200 Thomas Orgis <[email protected]> ha scritto: > I am appending the updated patch v3 It worked! Now with this patch applied, both decoding and re-encoding run with success. $ ./lame --decode compl.mp3 input: /home/topolinik/Scrivania/compl.mp3 (48 kHz, 1 channel, MPEG-1 Layer III) output: /home/topolinik/Scrivania/compl.wav (16 bit, Microsoft WAVE) skipping initial 529 samples (encoder+decoder delay) Frame# 216/217 64 kbps $ ./lame -q 0 -b 192 -m m compl.mp3 new_compl.mp3 LAME 3.100.1 64bits (http://lame.sf.net) Using polyphase lowpass filter, transition band: 20323 Hz - 20903 Hz Encoding /home/topolinik/Scrivania/compl.mp3 to new_compl.mp3 Encoding as 48 kHz single-ch MPEG-1 Layer III (4x) 192 kbps qval=0 Frame | CPU time/estim | REAL time/estim | play/CPU | ETA 217/217 (100%)| 0:00/ 0:00| 0:00/ 0:00| 15.583x| 0:00 ------------------------------------------------------------------------------------------- kbps mono % long switch short % 192.0 100.0 99.3 0.5 0.2 Writing LAME Tag...done ReplayGain: -0.6dB I can say the patch is now OK. Well done! Elio