Displaying 3 results from an estimated 3 matches for "l1030".
Did you mean:
1030
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
...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 recording is shorter than the original by significant amounts.
Shorter as in data is missing, or that the playback length doesn't
exactly match the walltime while you were recording? This could be a
couple of different things.
-r
2014 Feb 18
1
Help with OpusEnc (SOLVED - sort of)
...e' 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 recording is shorter than the original by significant amounts.
>
> Shorter as in data is missing, or that the playback length doesn't
> exactly match the walltime while you were recording? This could be a
> couple of different things.
Found the source of the p...