Displaying 20 results from an estimated 1000 matches similar to: "manual pitch modification"
2006 Mar 23
1
PCA, Source analysis and Unmixing, environmental forensics
I am using R for environmental forensics (determination of the sources
and/or groupings in mixtures of organic chemicals in the field). The
goal is to determine in there are groups of samples with
similar/dissimilar compositions, and to assign samples to a potential
source or a mixture of sources based on the composition (unmixing and
source allocation). Typically there are 10 to 50 chemicals that
2005 Jul 18
1
[PATCH] remove unused encoder buf in sb_celp.[hc]
diffed against http://svn.xiph.org/trunk/speex r9583
Index: libspeex/sb_celp.c
===================================================================
--- libspeex/sb_celp.c (revision 9583)
+++ libspeex/sb_celp.c (working copy)
@@ -272,7 +272,6 @@
st->g0_mem=speex_alloc((QMF_ORDER)*sizeof(spx_word32_t));
st->g1_mem=speex_alloc((QMF_ORDER)*sizeof(spx_word32_t));
-
2005 Mar 17
1
Optimization of constrained linear least-squares problem
Dear R-ians,
I want to perform an linear unmixing of image pixels in fractions of
pure endmembers. Therefore I need to perform a constrained linear
least-squares problem that looks like :
min || Cx - d || ? where sum(x) = 1.
I have a 3x3 matrix C, containing the values for endmembers and I have a
3x1 column vector d (for every pixel in the image). In theory my x
values should all be in the
2005 Dec 13
1
Polytopic Vector Analysis (PVA)
I am curious whether anybody has or is developing this capability within
R. I have not found any software yet that has this capability and I am
not sure whether it is too new a method and nobody is actually using it,
or if there are other means to get the same analysis that I do not know
of. Any information regarding developments or use of this method would
be helpful.
Melanie Edwards
2010 Feb 20
1
Manual scratch allocation : memory usage doubt
Hi,
I am currently encoding 32 Khz/Qual-10/UWB encode mode, with
MANUAL_ALLOC enabled ( similar to the c5x/c6x configuration).
In file sb_celp.c, I noticed the scratch memory grow during
recursive (UWB -> WB) calls to 'sb_encode'.
1. 'stack' was not tracked (with 'tmp_stack' as done at other palaces)
after/before - auto-correlation/Levinson-Durbin scope (~line
2005 Sep 22
1
Speex newbie questions
Hi everyone,
I have got some questions about Speex, I am sorry if my questions are too
newbie:
1. For the LP analysis, did Speex use the AR (Autoregressive) model or the
ARMA model?
2. Am I right to say that Speex use a multistage VQ (since I believe Speex
employs two or more VQ consecutively - based on the manual it says that
Speex uses dynamically selectable codebooks (linear
2017 Jul 30
1
Using GIMP on Centos-7, problem
Wondering if anyone here has ever tried installing this
https://github.com/bootchk/resynthesizer
as a gimp plugin in Centos-7, with gimp 2.8.16??
I find the installation instructions (for the binary tarball) are
minimal and whatever I do, it doesn't seem to appear in the gimp
menus, as it should.
I've used an older version (0.14) from years ago in older versions
of gimp, but how does
2009 Jul 02
2
working with texts
WinXP, R-2.9.1
LS.,
I have been trying to solve a (for me) tricky issue. No matter what I've
tried, I just can't find a way to do this.
This is the issue:
I have a text file (ansi text) "titles.txt" with lines of text; here is
an example of such a file:
>>>>>
a brief history of polio vaccines
anti-vaccination movements and their interpretations
early warning
2017 Nov 04
1
Antw: Re: OPUS vs MP3
On 2017-11-01, Jean-Marc Valin wrote:
> I'm not sure, but my best guess would be "because MP3's window is very
> leaky and MP3 has to waste a lot of bits in the LF because of that".
> It could also be just the MP3 encoder being silly, or other things.
Was the original poster speaking about the SILK or the CELT derived
mode? Because at least wrt SILK (and the rest of
2023 Mar 22
1
where is glib-devl x86-64?
Am 21.03.23 um 23:10 schrieb Fred:
> that's what I thought at first, but there is no gimp-devel either
> installed, or available.
>
I think you will get more trouble because this plugin uses python2 code
and I am not sure if this is supported under EL9.
You could try the flatpak version of this plugin ...
$ flatpak remote-add --user --if-not-exists flathub
2023 Mar 21
1
where is glib-devl x86-64?
I have a brand new installation of Rocky Linux 9.1 (I know, this isn't a
Rocky mailing list, but I can't find anything on this on Rocky forums, etc.
so I figured I would ask here),
and I installed Gimp, and would like to install the Resynthesizer plugin
package.
Trying to compile it from source, autogen.sh complains that I don't have
the gimp development libraries installed. In fact,
2023 Mar 21
1
where is glib-devl x86-64?
I dunno. I guess it could be. Went to the Gimp site and saw that glib-devel
was mentioned there.
My tired old brain is a bit confused by this, since most other -devel
packages put -devel following the program/package name, and gimp doesn't.
I'll give that a try, though, to see if it takes care of my issue. Thanks!
On Tue, Mar 21, 2023 at 2:32?AM Simon Matter <simon.matter at
2023 Mar 21
3
where is glib-devl x86-64?
that's what I thought at first, but there is no gimp-devel either
installed, or available.
Fred
On Tue, Mar 21, 2023 at 2:39?PM Robert Heller <heller at deepsoft.com> wrote:
> At Tue, 21 Mar 2023 14:13:50 -0400 CentOS mailing list <centos at centos.org>
> wrote:
>
> >
> > well, I'm still confused.
> >
> > sudo dnf install glib2-devel says it
2007 Aug 24
4
perception of graphical data
Hello,
I apologize that this is off-topic. I am seeking information on
perception of graphical data, in an effort to improve the plots I
produce. Would anyone point me to literature reviews in this area? (Or
keywords to try on google?) Is this located somewhere near cognitive
science, psychology, human factors research?
For example, some specific questions I have are:
I recall as a child
2010 Oct 28
0
PLC in Speex-
I've been working on improving packet loss concealment in my VoIP client --
I hadn't actually realized speex performed some PLC until I was looking at
nb_decode().
There are two things I'd like to do, and I think both will require some
modification to nb_decode() and nb_decode_lost().
- I'd like to have my frames overlap by some number of samples. This is
intended to reduce the
2010 Oct 28
0
PLC in Speex
I've been working on improving packet loss concealment in my VoIP client --
I hadn't actually realized speex performed some PLC until I was looking at
nb_decode().
There are two things I'd like to do, and I think both will require some
modification to nb_decode() and nb_decode_lost().
- I'd like to have my frames overlap by some number of samples. This is
intended to reduce the
2006 Sep 18
2
Exc CB Search very little Question
Hi,
Jean-Marc Valin wrote:
> Not sure I understand your question. Change the order of what within what?
In cb_search, we iterate nb_subvect times over a codebook, finding
nb_subvect codebook entries to quantize the excitation signal. After
finding these nb_subvect codebook entries, they're written into the stream:
/*save indices*/
for (i=0;i<nb_subvect;i++)
{
2005 May 25
3
Speex on TI C6x, Problem with TI C5x Patch
Hi Jean-Marc, Hi Jim,
I have also seen some problems with the 1.1.8 release on the C55x. So far I
have boiled down the issues to the following:
1) We need our own "fixed_xx.h" header file. I don't know why, and haven't
had time to investigate, but there is a definite improvement when I use the
attached fixed_c55x.h file which has turned all the maths into inline
functions.
2009 Jan 14
1
[PATCH] Pitch changes
Hi guys,
Here's two patches I'm planning to apply to simplify the pitch
quantisation. Can you test them and let me know how it works?
Thanks,
Jean-Marc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Moved-the-application-of-the-pitch-gain-to-un-quant.patch
Type: text/x-patch
Size: 8182 bytes
Desc: not available
Url :
2005 Jun 21
1
Asterisk answers with high pitch sound
Hi,
I've googled it and look in voip-info.org <http://voip-info.org> without any
success. Hope someone can point me to the right direction. I saw a couple
similar questions, but don't see any answers.
Fedora Core 2
2 X100P(clone) PSTN
Asterisk 1.07
Everything seems to be running fine, but on occasion, Asterisk answers the
call with high pitch screech sound (like fax or modem