Hi Friend 
     Thanks for your valuable reply .
      ok . now i am going to write simple test program for transmitting
voice using mina . after that let you   know .
    i have one more doubt, is encoding and decoding process required for
this . i think no need, because already i have encoded data (like GSM,μ-law
). is there any possibility to avoid default encoders

Thanks&Regards
Arunkumar S
India
     
     

elecharny-2 wrote:
> 
> On Sun, Jun 7, 2009 at 10:42 AM, Arunkumar S.<[email protected]>
> wrote:
>> Hi
>>      I am going to start new java voice chat. I am searching new
>> framework for socket programming.
>>      Just now I heard about mina. Is this framework suitable for voice
>> chat application? Main part of my application is avoiding delay.
>>      So please help me
> 
> Give it a try. Remember that Java does not guarantee in any case that
> you won't have delay, but this is also true for many other components
> (network, OS, etc...)
> 
> The best way to avoid delay is probably to buffer the voice for a few
> hundreds millisecond, so that if you have some lagging at some point,
> it won't be sensible. In any case, as you don't need a lot of bandwith
> to transport voice (as less as 4kb/s is enough, even if the quality is
> terrible), you won't charge the server a lot.
> 
> -- 
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Network-Application-Compatability-tp23910700p23922778.html
Sent from the Apache MINA User Forum mailing list archive at Nabble.com.

Reply via email to