Displaying 20 results from an estimated 1100 matches similar to: "window function"
2004 Jun 02
4
Transient coding: AAC vs. Vorbis
Thread-split from the vorbis-mailing list
("Vorbis determined to be as good as MPC at 128 kbps!")
<p>On Sun, 30 May 2004, Segher Boessenkool wrote:
[Steven So]
SS>> If iTunes AAC can encode castanets with much less pre-echo at
SS>> ABR 128 kbps, then hopefully there will be an imaginative
SS>> (and non-patented) way of doing this in Vorbis without the
SS>>
2006 Mar 08
2
REGISTER headers changed
Can someone help me with upgrading to the lastest version. I am using the
same sip.conf file, but the headers have changed and registration fails.
Has something change in the conf file that would cause this?
Notice 1.2.5 has no Authoization at all...
Regards,
Jason
Version 1.0.9
---------------------------
REGISTER sip:voip-ca35323.ocn.ne.jp SIP/2.0
Via: SIP/2.0/UDP
2005 Feb 13
2
Problems with MySQL/PAM authentication
Hi,
I'm using (or trying to at least) a combination of PAM/passwd and MySQL
authentication:
auth vmail {
mechanisms = plain
userdb = sql /etc/dovecot/dovecot-sql.conf
passdb = sql /etc/dovecot/dovecot-sql.conf
user = root
}
auth system {
mechanisms = plain
userdb = passwd
passdb = pam imap
user = root
}
MySQL
2007 Jan 16
4
Subdomain Account Keys Best Practice
Hi all,
I''m thinking of useing sub-domains as account keys, something I''ve played
with previously.
I have accounts and users, fairly standard, except that users can belong to
many accounts, and accounts can have many users.
So I figure I need to have an area on the main domain, that allows users to
view their account memberships and things. Sort of like a dashboard for
each
2006 Apr 18
4
ISDN in Japan?
Hi all,
general query here --- I'm about to set up an asterisk box for use in Japan
but can't figureout if it's all ISDN there or what?
I have gathered so far that the two major providers, NTT and KVH both offer
ISDN lines with .......INS1500 and maybe INS64 protocols?
Not sure...
But I'm seeing stuff about J1 vs. T1/E1 ....
so does that mean I can't use a Digium card it
2007 May 09
5
Mobile Number to Mobile carrier mapping
Hi Folks,
Is there a way to find out the mobile/landline carrier name based on the
phone number?
For example, who is the mobile carrier for (415)2345678
I had heard about some query but just don't remember how/what?
Thanks in advance.
Ritesh
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Apr 26
2
Group/Broadcast Voicemail
Has anyone set up Group/Broadcast Voicemail for 50 or more mailboxes?
2014 Feb 21
2
Make check failure on clone from 31 January
I tracked down the bug to an incorrect use of restrict.
I would not consider this a compiler bug: we are lying to the optimizer by
telling it that a pointer is restrict when in fact it isn't.
This can be fixed like so:
diff --git a/celt/mdct.c b/celt/mdct.c
index 1634e8e..fa5098c 100644
--- a/celt/mdct.c
+++ b/celt/mdct.c
@@ -276,8 +276,8 @@ void clt_mdct_backward(const mdct_lookup *l,
2005 Aug 03
3
inter-asterisk meetme
Hi,
If there are 5 asterisk servers on the local net and each server
runs meetme, eg. 3311,3321,3331,3341,3351 respectively.
Can I connect these 5 meetme conferences to one meetme using IAX2?
Regards,
Zen
2003 May 31
4
faster mdct's
Hello Vorbis folks,
I'm one of the FFTW authors (www.fftw.org), and a few days ago I was
playing with our codelet generator for fun and modified it to spit out
hard-coded MDCTs of small sizes. The code (at
jdj.mit.edu/~stevenj/mdct_128nr.c) for 256 samples (128 outputs) seems to
be almost twice as fast as the Vorbis MDCT code for that size on my 2.2GHz
P-IV (gcc 3.2.2 and flags "-O1
2017 Apr 11
2
MDCT implementation and his overlapped relationship
Dear all
I'm working on the implementation of the MDCT for the processor
ARM-Cortex-M4 I'm trying to replicate the behavior of the MDCT for several
overlapped values however I realized that current implementation of the
MDCT is very close to the theory only in case in which we have and overlap
exactly equal to N/2 where N is the size of the input vector as is shown in
the examples for
2014 Feb 24
1
Make check failure on clone from 31 January
After a few experiments, I found that both alternatives are very similar, and 2~5% slower compared to the following:
diff --git a/celt/mdct.c b/celt/mdct.c
index 1634e8e..e490c3b 100644
--- a/celt/mdct.c
+++ b/celt/mdct.c
@@ -277,7 +277,7 @@ void clt_mdct_backward(const mdct_lookup *l, kiss_fft_scalar *in, kiss_fft_scala
it in-place. */
{
kiss_fft_scalar * OPUS_RESTRICT yp0 =
2001 Sep 12
1
nonlinear fitting when both x and y having measurement e
Sorry, for disturbing the list again.
> Also I got one suggestion of using ORDPACK at http://www.netlib.org/.
It's ODRPACK at http://www.netlib.org/, not ORDPACK.
Best,
--
Etsushi Kato
ekato at ees.hokudai.ac.jp
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send
2005 Jan 26
2
Butterflies in mdct.c
In mdct.c there's some functions including some-point butterfly. In 32-point and 16-point there are calling of smaller-point function everytime twice on each half of data. When I looked on it I found that's just linear algebra. So it can be rewritten to matrix multiplication. Some one can say: there's optimization on in register working. But imagine there's one calling 32-point,
2010 Jun 02
1
C55xx Linking Error
I am attempting to port CELT to the TI C5515 DSP. I am
compiling/assembling/linking with Code Composer Studio 4. I have enabled the
TI_55 specific optimizations in my config.h file per this
<http://lists.xiph.org/pipermail/celt-dev/2008-December/000033.html> post.
However, I am getting several "undefined symbol" linking errors that do not
make sense to me. According to the error
2015 Mar 04
1
[RFC PATCH v1] Decode(float) optimize using libNe10
Hello All,
I extended the libNE10 optimizations for float towards
mdct_backwards/opus_ifft.
I am able to get about 14.26% improvement for Decode use
case now on my Beaglebone Black. Please see [1] for measurements.
Questions
1. Since this patch needs to go in after Encode [2] patch)
should I submit this as patch series?
2. Since Jonathan Lennox posted intrinsics cleanup [3]
patch, should
2001 Sep 05
2
Understanding of Vorbis coder
Hi
I have gone through the document available in the net regarding the
Vorbis encoder /Decoder.
Based on that i have prepared a understanding document on the
encoder/decoder block. I would like to
know whether my understanding of the coder is OK. If there are any
other additional block /information pl. provide me
with the same.
Thanks and regards
S.Padmashri
<HR NOSHADE>
<UL>
2000 Nov 06
1
Problems compiling with --with-ogg-prefix=xxx
My ogg library is located in /home/warren/local. So when I configure and
compile the vorbis module on my linux box using
configure --with-ogg-prefix=/home/warren/local
make
I get the following error during the make:
gcc -DPACKAGE=\"libvorbis\" -DVERSION=\"1.0.0\" -DHAVE_ALLOCA_H=1
-DHAVE_ALLOCA=1 -I. -I. -I../include -O20 -ffast-math -mno-ieee-fp
-D_REENTRANT
2006 Apr 20
1
Ogg Vorbis questions
Hi,
I'm currently working on a paper describing Ogg Vorbis. It is not finished
yet. Mostly the decoder is being described. If you have any comments, please
send them to me. See:
http://www.turbocat.net/~hselasky/math/vorbis/files/
Then I have a question about the function "bark_noise_hybridmp()" which is
used in the encoder. Can someone describe what the function does in
2000 Aug 22
1
optimization progress
Hi all,
The decoder is down 30% execution time, identical bit output.
Didn't get the mdct yet; 1024 point mdct is a bit much to brute-force,
and I'm not going to hand-unroll the whole thing either (the machine-
unrolled version produced a 1.5M executable; understandably, it wasn't
very fast. Still waiting for processors with 1.5M L1 code caches ;-)
Slowest parts now are:
-- mdct
--