Displaying 4 results from an estimated 4 matches for "neroaacenc".
2007 Sep 05
5
static noise while streaming
Hi all,
I'm very new to audio streaming, so please excuse my ignorance.
I'm using icecast2 server and muse source client on gentoo linux. Some
mp3 files that I'm streaming exhibit severe static noise, in fact, the
noise is present always but is most noticeable for the records that
are currently playing,
http://24.57.213.147:8000/aha.m3u
(I'll keep this alive for a while)
I
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
wav...
2007 Sep 06
0
Ezstream and AAC+ ?
...streams of OGG and AACplus at
different bitrates. The only way I've found of streaming AAC+ so far from
Linux is by running Winamp under wine and sending this to my Icecast2
server. This sort of works, but is hardly optimal!
Ezstream is my preferred way of doing this (hopefully using the Linux
neroAacEnc coder) but there is no support as yet in the distributed version
of ezstream. Has anyone managed to get anywhere in putting AAC+ (MPEG2
container I guess) support into ezstream? Of course Ezstream works great
with OGG, but I'm not so happy with the OGG quality at q=-2 compared to AAC+
at 32kbps...
2017 Nov 16
0
Opus vs AAC (endurance test)
...gned and not mess with the gain, which your tools probably do not
do.
On Thu, Nov 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.op...