Displaying 20 results from an estimated 6450 matches for "jean".
Did you mean:
jan
2003 Jul 08
1
readline and R
...included the
readline directory in my home path.
I beleive that I have to change the path of the readline library from
usr/local/lib to my own which is on /local/R/readline, however I do not want
to change the configure file without making sure I am doing the right thing,
Any help is appreciated,
Jean Eid
2011 Jun 08
5
[PATCH] ioemu: IGFX passthrough fix SNB GGC
The GGC field have moved from 0x52 to 0x50 on Sandy Bridge.
Signed-off-by: Jean Guyader <jean.guyader@eu.citrix.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2019 Jul 22
1
[PATCH] MAINTAINERS: Update my email address
Update MAINTAINERS and .mailmap with my @linaro.org address, since I
don't have access to my @arm.com address anymore.
Signed-off-by: Jean-Philippe Brucker <jean-philippe at linaro.org>
---
.mailmap | 1 +
MAINTAINERS | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.mailmap b/.mailmap
index 0fef932de3db..8ce554b9c9f1 100644
--- a/.mailmap
+++ b/.mailmap
@@ -98,6 +98,7 @@ Jason Gunthorpe <jgg at ziepe...
2007 Mar 18
2
Problem with the svn jitter buffer
Since r12660, the speex_jitter_get with high latency doesn?t works, I have
no sound.
Before this release, the speex_jitter_get works in all conditions.
speex_jitter_get return void, then I cannot know the reason of this problem.
Regards
Ouss
-----Original Message-----
From: Jean-Marc Valin [mailto:jean-marc.valin@usherbrooke.ca]
Sent: dimanche 18 mars 2007 23:07
To: Ouss
Cc: speex-dev@xiph.org
Subject: Re: [Speex-dev] Problem with the svn jitter buffer
Ouss a ?crit :
> I use the speex version of your jitter, and in speex_jitter_get, you
always
> call the jitter_buf...
2013 Sep 10
3
to delete lines by means of a vector
...8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 10, 10,
10, 11, 11, 11, 11, 11, 11, 11), Prenom = c("Ginette", "Ginette",
"Ginette", "Ginette", "Ginette", "Ginette", "Nicole", "Nicole",
"Nicole", "Nicole", "Jean", "Jean", "Jean", "Jean", "Jean", "Ginette",
"Ginette", "Ginette", "Ginette", "Ginette", "H?l?ne", "H?l?ne",
"H?l?ne", "H?l?ne", "H?l?ne", "H?l?ne&qu...
2007 Dec 12
4
Speex 1.2beta3 is out!
...d external symbol _speex_wb_mode".
I am probably missing some setting with VS6.0 linker... (I am a bit new to
windows too)
If anyone could point it out, I would appreciate it.
- Tim
-----Original Message-----
From: speex-dev-bounces@xiph.org [mailto:speex-dev-bounces@xiph.org] On
Behalf Of Jean-Marc Valin
Sent: Wednesday, December 12, 2007 4:33 AM
To: Jean-Marc Valin
Cc: speex-dev
Subject: Re: [Speex-dev] Speex 1.2beta3 is out!
Windows binaries for 1.2beta3 are now available, thanks to Alexander
Chemeris.
Cheers,
Jean-Marc
Jean-Marc Valin a ?crit :
> Hi everyone,
>
> Just t...
2005 Nov 11
2
Re: aec
...an realistically be done
about it. It's not just the about Speex AEC. Every AEC will require
inputs to be in sync and I doubt anyone is really going to spend a year
(or likely more) of research trying to solve a problem that can
otherwise be fixed by paying $20 for a non-braindead sound card.
Jean-Marc
> -----Original Message-----
> From: speex-dev-bounces@xiph.org [mailto:speex-dev-bounces@xiph.org] On
> Behalf Of Jean-Marc Valin
> Sent: Friday, November 11, 2005 12:30 AM
> To: Jason Harper
> Cc: speex-dev@xiph.org
> Subject: Re: [Speex-dev] Re: aec
>
> To every...
2005 Nov 10
2
Re: aec
...seconds (if they are perfectly in sync, you sort of get lucky).
Otherwise, you real recording seems to have something odd in it. Are you
sampling from a different card then the one that's playing the sound? or
maybe the mic (or something else) in the room is moving while you're
recording?
Jean-Marc
On Thu, 2005-11-10 at 07:28 -0800, Jason Harper wrote:
> When I ran test 4 as originally described there is
> substantial echo cancellation (but not as good as when
> the files are perfectly aligned). When I invert the
> inputs, there is no noticeable cancellation.
> I'm...
2004 Dec 28
5
Sound distorted after normalized.
...ange of -32768 to 32767. If you divide
> -32768 by 32767.0 you end up with -1.00003051850948 which
> is a bad thing.
>
> Try normalizing with a value of 32768.0.
No. Speex expects values in the +-32767 range, not +-1.0. Just
converting from int16 to float *is* the right thing to do.
Jean-Marc
--
Jean-Marc Valin <Jean-Marc.Valin@USherbrooke.ca>
Universit? de Sherbrooke
2006 Nov 21
2
Re: One bug in the SVN and rtp wrapper issue
...nual is used. I don't find how to tell the
decoder which mode(NB/WB/UWB) is used
in the encoder. The RTP header don't contain the mode field and I don't
find the mode information in the
coded frame either.
Does this mean we have to use NB decoder in all cases?
Lianghu
On 11/22/06, Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> wrote:
>
>
>
> lianghu xu wrote:
> > In a word, I don't what's the standard of speex payload format.
> > The file doc/rtp.txt is for what? Is it not for rtp payload?
> > I find that rtp.txt is more detail that...
2012 Sep 20
17
[PATCH 0/4] Add V4V to Xen (v6)
...a void * and a handle as src address.
- Replace 6 arguments hypercalls with 5 arguments hypercalls.
v2 changes:
- Cleanup plugin header
- Include basic access control
- Use guest_handle_for_field
Jan Beulich (1):
xen: Introduce guest_handle_for_field
Jean Guyader (3):
xen: virq, remove VIRQ_XC_RESERVED
xen: events, exposes evtchn_alloc_unbound_domain
xen: Add V4V implementation
xen/arch/x86/hvm/hvm.c | 6 +-
xen/arch/x86/x86_64/compat/entry.S | 2 +
xen/arch/x86/x86_64/entry.S | 2 +
xen/common/Makefile...
2005 Dec 26
2
Fixed-point VAD?
Hi,
I found this message concerning VAD and was wondering whether VAD has been
ported to fixed-point in the latest version?
Thanks,
SingHui
---------- Forwarded message ----------
From: Jean-Marc Valin <Jean-Marc.Valin@usherbrooke.ca>
Date: Jul 22, 2005 1:02 AM
Subject: Re: [Speex-dev] Fixed-point
To: gue baja <gue_baja@yahoo.com>
Cc: speex-dev@xiph.org
Hi Baja,
Here's a quick summary:
In narrowband, the encoder and decoder are all ported to fixed-point for
CBR betwee...
2010 Apr 04
4
Quality vs. Bitrate vs. Complexity
Jean-Marc Valin <jean-marc.valin at usherbrooke.ca> writes:
> Quality and bit-rate are different ways of specifying exactly the same
> thing. Complexity is orthogonal.
That clears it up - thanks. Is this in the manual?
--Randy
>
> Jean-Marc
>
> On 2010-04-03 08:28, Randy Ya...
2005 Feb 28
2
memory usage
hi,
jean-marc: i think we can remove spx_sig_t *orig.
but am not sure about exc2Buf. is it for extension?
rgds,
tk
On Mon, 28 Feb 2005 12:42:38 -0500, Jean-Marc Valin
<Jean-Marc.Valin@usherbrooke.ca> wrote:
> Hi,
>
> I looked at the code I think there are still places where you can reduc...
2012 Jan 12
4
[PATCH] Intel GPU passthrough: Host bridge config space
Expose more host bridge config space value to make
the driver happy for all the different revisions
of the device.
Signed-off-by: Jean Guyader <jean.guyader@eu.citrix.com>
---
hw/pt-graphics.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2008 Jul 15
5
[PATCH] ioemu-remote: Fix pci pass-through
ioemu-remote: Enable pci pass-through by default.
--
Jean Guyader
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2009 Oct 22
1
Cross-compiling speex
Hi Jean-Marc,
Not exactly. Under cross-compiling you circumvent this
standard way by blindly assuming that it is present. That's
what I recall. Patch we used to fix this is attached.
On Thu, Oct 22, 2009 at 08:31, Jean-Marc Valin
<jean-marc.valin at usherbrooke.ca> wrote:
> The way the libog...
2020 Jan 30
2
Need feedback on the use of AMI events generated by MESSAGE requests
On Thu, Jan 30, 2020 at 12:18 AM Jean Aunis <jean.aunis at prescom.fr> wrote:
> Hello,
>
> I use UserEvents generated by the Message/ast_message_queue channel with
> the UserEvent application.
>
> Regards
>
> Jean
>
Thanks Jean. We're looking at alternatives.
> Le 29/01/2020 à 20:31, George...
2007 Jul 02
1
Backup Echo Suppression
Millions of ordinary people have systems that do not meet your stringent specifications.
It does not matter what OS you or I use. It's the customers for whom this work is done.
-----Original Message-----
From: Jean-Marc Valin [mailto:Jean-Marc.Valin@USherbrooke.ca]
Sent: Monday, July 02, 2007 6:35 PM
To: Coffey, Michael
Cc: speex-dev@xiph.org
Subject: RE: [Speex-dev] Backup Echo Suppression
Selon "Coffey, Michael" <mcoffey@avistar.com>:
> Believe me; I've "played with" prior...
2005 Feb 28
4
memory usage
On Mon, 2005-02-28 at 19:42 -0500, Jean-Marc Valin wrote:
> > jean-marc: i think we can remove spx_sig_t *orig.
> > but am not sure about exc2Buf. is it for extension?
>
> orig is already removed in SVN (which you should probably use). As for
> exc2, it can be removed, but I'm not sure if you can just use exc
&g...