search for: 524x

Displaying 3 results from an estimated 3 matches for "524x".

Did you mean: 524
2014 Feb 12
2
Help with OpusEnc
Hi all, New to list and Opus Codec. I've been using it on a beagleboneblack with 'arecord'. One of the things I've noticed while encoding is that Opus reports a float with an 'x' along with "realtime". Where can I look up where this calculation is derived? It got me looking and I've noticed that when I record something from a known source (in testing)
2014 Feb 12
0
Help with OpusEnc
...e the cpu performance of the encoder. The float is the number of seconds of audio data processed divided by the number of real-time seconds since encoding began. If openenc displays '1x realtime' then the encoder is only just keeping up with the input data from arecord. If it displays '524x realtime' then it would need only .5% cpu to keep up with a live stream. > Where can I look up where this calculation is derived? The value is computed here: https://git.xiph.org/?p=opus-tools.git;a=blob;f=src/opusenc.c;h=366893b7af325a67be90b33f991426a2c5665ef9;hb=HEAD#l1030 > The new...
2014 Feb 18
1
Help with OpusEnc (SOLVED - sort of)
...the encoder. The > float is the number of seconds of audio data processed divided by the > number of real-time seconds since encoding began. > > If openenc displays '1x realtime' then the encoder is only just keeping > up with the input data from arecord. If it displays '524x realtime' then > it would need only .5% cpu to keep up with a live stream. > >> Where can I look up where this calculation is derived? > > The value is computed here: > https://git.xiph.org/?p=opus-tools.git;a=blob;f=src/opusenc.c;h=366893b7af325a67be90b33f991426a2c5665ef9;...