Displaying 4 results from an estimated 4 matches for "ksps".
Did you mean:
kbps
2008 Oct 07
2
My Flash 10 attempt
...gain using the new Vector type instead of Array and not at
least actually seeing the performance boost he achieved compared to my
old Vorbis decoder, I found a few hours yesterday to migrate my old code.
First of all: the new PCM playback API for Flash is rather restricted
and only allows 44.1 ksps, stereo. Implementing a generic Vorbis player
for Flash would still require a software resampler between the decoder
and the playback engine, but I guess most streams are encoded with those
parameters anyway. Good news is at least that the new API seem to be
much less critical to timing issues...
2004 Sep 10
2
[Flac-users] questions about 1.1.0 release
...et.
Pardon my denseness here ...
First, as long as you don't use the --cuesheet option when you encode, are
.flac files encoded by 1.1.0 still readable by earlier versions?
Second, if the old default for seekpoints was -S100x and the new one is -S10s,
does that mean that, if you encode a 44.1-ksps WAV that was ripped from a CD,
the old default was to set 441 seekpoints per second and the new one is to set
one seekpoint every ten seconds?
One of the major reasons I preferred FLAC to APE, despite APE's usually
tighter compression, was that it sought with much more precision. One
seekpoin...
2004 Sep 10
0
[Flac-users] questions about 1.1.0 release
...long as you don't use the --cuesheet option when you
> encode, are
> .flac files encoded by 1.1.0 still readable by earlier versions?
that's right.
> Second, if the old default for seekpoints was -S100x and the new one
> is -S10s,
> does that mean that, if you encode a 44.1-ksps WAV that was ripped
> from a CD,
> the old default was to set 441 seekpoints per second and the new one
> is to set
> one seekpoint every ten seconds?
no, -S100x meant 100 seekpoints per stream, regardless of the
length. a three minute song would have one every 1.8 seconds
but a 70 mi...
2015 Mar 04
0
PLC
Hi
We have implemented Opus Codec with a 48 ksps and 5 ms frame running on a C5535 for a radio link. The decode time takes about 2ms, which is fine. However if PLC enabled and there is a lost packet this increases to over 6 ms, which is a major problem for our radio link. Is there any options / optimisations that make the decode time more equal w...