Displaying 4 results from an estimated 4 matches for "appproaches".
Did you mean:
approaches
2011 Jan 19
1
courier-imap to dovecot-imap migration: missing TLS_TRUSTCERTS feature
Hi,
I'm attempting an one-to-one migration from courier-imap to dovecot-imap.
current state:
Imap-server has a self signed certificate
Every client/user has a self signed client certificate that is used for
SSL/TLS client authentication.
All certificates are self signed "standalone" cerfificates - no CA
hierarchy/structure is made.
With courier-imap we could just put every
2009 Apr 20
1
Two or more dimensional root (Zero) finding
Good morning to all,
I should find the zero of a specific function with
respect to a vector of arguments.
Does it exist something similar in R?
Thank
you very much,
Enrico Foscolo
2010 Oct 14
2
how to play multiple speex audio streams simultaneously
Hello,
In a way similar to speexclient voip example, I want to have a voip
application where 3 or more users can interact. This creates the following
problems "1. How to playback 2 or more audio streams such that they appear
overlayed (parallel)". The audio streams are speex encoded.
I have few approaches in mind.
1. Create multiple decoder states and multiple ALSA audio playback
2010 Oct 14
0
how to play multiple speex audio streams simultaneously
Another approach that I have come across is to decode all speex audio
streams and add their 16 bit signed PCM values clipping values above 2^15-1
and below -2^15. Is this a reliable appproach?
On Thu, Oct 14, 2010 at 3:54 PM, Vishal Jain <cse.vishal at gmail.com> wrote:
> Hello,
>
> In a way similar to speexclient voip example, I want to have a voip
> application where 3 or