$ du -hb pts-trondheim.wav
81904044 pts-trondheim.wav
This is built with Sun Studio Express (CFLAGS="-fast -m64"), run on a measly T8300 based laptop.
$ file lame
lame: ELF 64-bit LSB executable AMD64 Version 1 [SSE2 SSE FXSR CMOV FPU], dynamically linked, not stripped
$ time ./lame -h pts-trondheim.wav /dev/null 2>&1
LAME 3.98.2 64bits (http://www.mp3dev.org/)
Using polyphase lowpass filter, transition band: 16538 Hz - 17071 Hz
Encoding pts-trondheim.wav to /dev/null
Encoding as 44.1 kHz j-stereo MPEG-1 Layer III (11x) 128 kbps qval=2
Frame | CPU time/estim | REAL time/estim | play/CPU | ETA
17776/17776 (100%)| 0:37/ 0:37| 0:38/ 0:38| 12.268x| 0:00
-----------------------------------------------------------------------------------------------------------
kbps LR MS % long switch short %
128.0 13.9 86.1 91.6 4.9 3.5
Writing LAME Tag...done
ReplayGain: -8.8dB
real 0m37.933s
user 0m37.808s
sys 0m0.067s
This is with gcc 3.4.3, on the same machine:
$ file lame
lame: ELF 32-bit LSB executable 80386 Version 1 [FPU], dynamically linked, not stripped, no debugging information available
$ time ./lame -h pts-trondheim.wav /dev/null 2>&1
LAME 3.98.2 32bits (http://www.mp3dev.org/)
Using polyphase lowpass filter, transition band: 16538 Hz - 17071 Hz
Encoding pts-trondheim.wav to /dev/null
Encoding as 44.1 kHz j-stereo MPEG-1 Layer III (11x) 128 kbps qval=2
Frame | CPU time/estim | REAL time/estim | play/CPU | ETA
17776/17776 (100%)| 0:43/ 0:43| 0:43/ 0:43| 10.764x| 0:00
-----------------------------------------------------------------------------------------------------------
kbps LR MS % long switch short %
128.0 13.9 86.1 91.6 4.9 3.5
Writing LAME Tag...done
ReplayGain: -8.8dB
real 0m43.244s
user 0m43.103s
sys 0m0.065s
81904044 pts-trondheim.wav
This is built with Sun Studio Express (CFLAGS="-fast -m64"), run on a measly T8300 based laptop.
$ file lame
lame: ELF 64-bit LSB executable AMD64 Version 1 [SSE2 SSE FXSR CMOV FPU], dynamically linked, not stripped
$ time ./lame -h pts-trondheim.wav /dev/null 2>&1
LAME 3.98.2 64bits (http://www.mp3dev.org/)
Using polyphase lowpass filter, transition band: 16538 Hz - 17071 Hz
Encoding pts-trondheim.wav to /dev/null
Encoding as 44.1 kHz j-stereo MPEG-1 Layer III (11x) 128 kbps qval=2
Frame | CPU time/estim | REAL time/estim | play/CPU | ETA
17776/17776 (100%)| 0:37/ 0:37| 0:38/ 0:38| 12.268x| 0:00
-----------------------------------------------------------------------------------------------------------
kbps LR MS % long switch short %
128.0 13.9 86.1 91.6 4.9 3.5
Writing LAME Tag...done
ReplayGain: -8.8dB
real 0m37.933s
user 0m37.808s
sys 0m0.067s
This is with gcc 3.4.3, on the same machine:
$ file lame
lame: ELF 32-bit LSB executable 80386 Version 1 [FPU], dynamically linked, not stripped, no debugging information available
$ time ./lame -h pts-trondheim.wav /dev/null 2>&1
LAME 3.98.2 32bits (http://www.mp3dev.org/)
Using polyphase lowpass filter, transition band: 16538 Hz - 17071 Hz
Encoding pts-trondheim.wav to /dev/null
Encoding as 44.1 kHz j-stereo MPEG-1 Layer III (11x) 128 kbps qval=2
Frame | CPU time/estim | REAL time/estim | play/CPU | ETA
17776/17776 (100%)| 0:43/ 0:43| 0:43/ 0:43| 10.764x| 0:00
-----------------------------------------------------------------------------------------------------------
kbps LR MS % long switch short %
128.0 13.9 86.1 91.6 4.9 3.5
Writing LAME Tag...done
ReplayGain: -8.8dB
real 0m43.244s
user 0m43.103s
sys 0m0.065s
Originally posted by flice
View Post
Comment