search for: aac001

Displaying 2 results from an estimated 2 matches for "aac001".

2017 Nov 16
2
Opus vs AAC (endurance test)
using iTunes i've noticed that AAC is very good at re-encoding own lossy sound. let's test Opus! neroaacenc.exe -q 0.75 -if 000.wav -of 001.m4a neroaacdec.exe -if 001.m4a -of aac001.wav wavdiff.exe 000.wav aac001.wav Comparing 000.wav - aac001.wav... Max diff: -17.3867dB RMS diff: -33.0851dB Mean diff: -32.4582dB opusenc.exe --bitrate 512 "000.wav" 001.opus opusdec.exe 001.opus opus001.wav wavdiff 000.wav opus001.wav Comparing 000.wav - opus001.wav... Max diff: -22....
2017 Nov 16
0
Opus vs AAC (endurance test)
...16, 2017 at 10:58 PM, encrupted anonymous < sergeinakamoto at gmail.com> wrote: > using iTunes i've noticed that AAC is > very good at re-encoding own lossy sound. > let's test Opus! > > neroaacenc.exe -q 0.75 -if 000.wav -of 001.m4a > neroaacdec.exe -if 001.m4a -of aac001.wav > wavdiff.exe 000.wav aac001.wav > Comparing 000.wav - aac001.wav... > Max diff: -17.3867dB > RMS diff: -33.0851dB > Mean diff: -32.4582dB > > opusenc.exe --bitrate 512 "000.wav" 001.opus > opusdec.exe 001.opus opus001.wav > wavdiff 000.wav opus001.wav >...