Displaying 20 results from an estimated 5000 matches similar to: "FLAC decoding"
2009 May 21
1
altering speaker's voice
All,
Let me preface this by saying I've done some searching online for related
info and I'm kind of stuck and looking for advice. Not sure if this is the
appropriate place to ask but here goes...
I'm trying to run a filter on a speex audio stream that will do minor
changes like raise the pitch or change the gain. I'm good with java so I've
been looking at jspeex, but know
2007 Jan 01
2
Decoding Type=Independent
Hello, I am new to the list, to FLAC and to FLAC development but I am
having a problem in trying to make FLAC work with MediaMVP based the
mvpmc project (ref. http://www.wvpmc.org) that hopefully someone can
help me with. This device is possibly minimum spec. for a FLAC
decoder.
In any case, I have had some success cross-compiling libFLAC (without
the ogg or metadata modules).for the embedded
2018 May 28
4
Re: VM I/O performance drops dramatically during storage migration with drive-mirror
Cc the QEMU Block Layer mailing list (qemu-block@nongnu.org), who might
have more insights here; and wrap long lines.
On Mon, May 28, 2018 at 06:07:51PM +0800, Chunguang Li wrote:
> Hi, everyone.
>
> Recently I am doing some tests on the VM storage+memory migration with
> KVM/QEMU/libvirt. I use the following migrate command through virsh:
> "virsh migrate --live
2007 Jan 02
3
Decoding Type=Independent
On 1/2/07, Josh Coalson <xflac@yahoo.com> wrote:
> I'm not sure I understand... I think the INDEPENDENT you are referring
> to means the interchannel decorrelation method. this stage is before
> and independent of LPC analysis.
Correct.
> I'm not sure why "independent" frames would not decode correctly
> though. more info on exactly how it is not working
2005 Mar 10
1
Print spool icon in systray reports jobs pending when none are pending
I have an issue I'd like to resolve with a client and the print spool
icon in the systray...
If the user (on w2k) mouses over the print spool icon, it tells them
"xxx jobs in queue" or some such, and the xxx increments once for each
new print job they send.
Also, the print spool icon never disappears from the systray until a
reboot, or re-login. Once a job is sent to one of the
2006 Oct 06
8
VServer Support
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi *!
I''m currently working on integrating VServer support into puppet. I have
uploaded a prototype for managing interface configuration to the Cookbook at
http://reductivelabs.com/cookbook/VServerRecipes
and would very much appreciate feedback about style and functionality.
Regards, David
- --
- - hallo... wie gehts heute?
- - *hust*
2014 Sep 18
1
mirrorlist returns wrong servers
Hi,
We're using CentOS on various servers in Japan.
Recently, I found that mirrorlist.centos.org returns servers in China.
It makes "yum update" slow.
This problem occurs on "update" repo.
Our tries and results are follows:
## "os" repository
$ curl "http://mirrorlist.centos.org/?release=6.5&arch=x86_64&repo=os"
2004 Dec 23
1
RE: IAX2 calls failing one way
I received this before, and it is because you are using the wrong context in
the iax.conf.
For example:
The context must match the username in the register statement.
Iax.conf...
register => username:secret@iax.host.net
[username]
type=friend
context=iax-in
user=username
secret=secret
auth=plaintext
host=iax.hust.net
----------------------------------------------------------------
2007 Jan 14
7
Delayed detection of updates
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi *!
Has anybody a fix/workaround for this beahaviour? My Service[munin-node] is
subscribed to the timestamp of a directory containing config-snippets like
this:
{{{
file{"/etc/munin/plugins": checksum => mtime, }
service{munin-node: subscribe => File["/etc/munin/plugins"], # ...
}}}
When adding new snippets to the
2007 Jun 29
2
DesignPatterns part 2: humane class names with namespaces
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Dear list!
In an effort to get feedback and spread the word, here follows the second
article about possibilities to structure manifests. These Design Patterns are
more general than the typical Puppet Recipie and will receive a own page on
the wiki when I collect enough[1] material.
To the meat: humane class names with namespaces
Class names
2007 Jun 25
5
Module Patterns part 1 -- The Puppet Semaphor
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Dear list!
While converting my config to modules, I''m applying puppet''s mechanisms to
interact with and between modules. Here I''ll try to collect a few patterns to
create awareness of fundamental module patterns. After feedback/discussion I
will add this to the wiki.
The Puppet Semaphor
===================
2007 Feb 20
5
Recipe for Apache2 on Debian (Etch)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Tim, *!
Thank you for posting your nice apache2 recipe to the wiki! It''s really good
to see how others make things happen and a good example for others.
One little thing though caught my notice because I''m currently making the same
naughty thing on Simple Text Recipes. There is no ensure attribute. Since you
already have done
2012 Jun 14
3
flac -- exhaustive model search vs. -A <*>?
"Linda A. Walsh" <flac at tlinx.org> wrote:
> what does the exhaustive model search do?
I am not an expert on the guts of FLAC, but
there is some information about this at:
http://flac.sourceforge.net/documentation_format_overview.html
and scroll down to "MODELING".
> Does it try all of the functions listed under "-A" to find the 'best',
>
2020 Jun 22
3
FLAC specification clarification
Yes, this is such a case. However, implementing this in a future
encoder/decoder would break compatibility with most (likely all) existing
decoders, and only in some very, very rare cases where the material is such
that the encoder chooses to use negative shifts, which makes it even harder
to troubleshoot. Furthermore, as this can only be used in very rare cases,
there is no benefit from allowing
2007 Mar 14
2
re: decoder issue in sb_celp
Jean Marc-
Thanks for looking into this- I think I needed to give you a
bit more info! Sorry for such a vague initial report.
So most of these problems seem to be coming
from the lsp_to_lpc function. In particular the following:
xout1 = xin1 - 2.f*x_freq[i2] * *n1 + *n2;
xout2 = xin2 - 2.f*x_freq[i2+1] * *n3 + *n4;
... in the floating point version this code can
2012 Jun 11
3
flac -- exhaustive model search vs. -A <*>?
what does the exhaustive model search do?
Does it try all of the functions listed under "-A" to find the 'best',
i.e. bartlett, bartlett_hann, blackman, blackman_har-
ris_4term_92db, connes, flattop, gauss(STDDEV), hamming, hann,
kaiser_bessel, nuttall, rectangle, triangle, tukey(P), welch.
Or is that something else?
I've been using the -e option for a while in
2012 Feb 08
1
FLAC Mathematical Details
On 02/08/2012 01:06 PM, Ralph Giles wrote:
> On 8 February 2012 10:00, Justin Ruggles <justin.ruggles at gmx.com> wrote:
>
>> 0.5% to 1.0% on average. That's with a fairly simple algorithm.
>
> Not very worthwhile. I imagine it's possible to do quite a bit more on
> some files, but it would be pretty expensive to find the boundaries...
Yes, it likely can do
2007 Mar 13
3
re: decoder issue in sb_celp
A little more info on this:
I backtracked deeper into this and it looks like excBuf
is corrupted, which is corrupted by low_innov_alias
being invalid. However it is not entirely clear where
that gets initialized (in sb_celp it is set to out+st->frame_size)
Tom
2002 Jul 11
0
(there was no subject, but about rsync/ssh"
In order to do rsync over ssh without providing a password, you must be
able to ssh without a password. The --password-file= option is to provide
a password for a rsyncd server (run as rsync --daemon) password. rsync
cannot provide a password to an external transport like ssh or rsh. You
will find that if you do "ssh -l wl 192.1.4.231 uname -a", for instance,
it will ask for a
2020 Jun 17
2
FLAC specification clarification
Hi all,
When trying to better understand the way LPC exactly works, I stumbled upon
something which, after some digging, was already reported and (partly)
fixed: https://sourceforge.net/p/flac/bugs/424/
Apparently, the FLAC specification has a LPC shift that can be both
positive and negative, but the encoder specifically makes sure that only
positive shifts are encoded and the decoder only