[Update] VoIPerized v2.1

A

ArjanDotOrg

VoIPerized v2.1


Overview :

What is VoIPerized? VoIPerized is a so called VoIP (Voice over IP)
program. VoIPerized enables you to make free audio calls to other
people who also run VoIPerized. When making VoIPerized the focus was to
minimize the latency, because other VoIP programs always seemed to have
an irritating lag which makes the conversation seem unnatural. By using
the open source Speex audio codec, the audio quality is far higher than
any normal telephone call. Features: # Extreme low latency (0.140
seconds + ping time) # Conference with unlimited people at the same
time # Contact list supports unlimited number of contacts # Adjust the
bitrate to your needs # High audio quality (16 kHz sampling) # Low CPU
usage # Adaptive Jitter Buffering # Smart packetloss concealment # VAD
(Voice Audio Detection) # Easy to use interface # Missed phonecalls are
logged # Option to Auto-accept or Auto-decline calls # Displays your
own IP-address (even when behind a router) # UPnP™ (Universal Plug &
Play) support. VoIPerized automatically does the needed port forwarding
(WinXP & UPnP router required).

Homepage: http://www.student.tue.nl/m/j.s.d.kleijn/voiperized/

For related software, check out:
http://www.arjan.org/?Internet:IRC/Instant_Messengers:Other


Kind regards,

_____
Arjan

E-mail: (e-mail address removed) (remove NOSPAM)
Homepage: Arjan.org's Absolute Freeware Links (http://www.arjan.org)
 
J

John Fitzsimons

VoIPerized v2.1
Overview :
What is VoIPerized? VoIPerized is a so called VoIP (Voice over IP)
program.

< snip >

http://www.student.tue.nl/m/j.s.d.kleijn/voiperized/faq.html

Umm. I am not sure that I have seen unfolding of answers to FAQs
before. Rather neat. :)

"showAndHide" ? Can anyone direct me to a web page that explains how
this is done and/or is there a freeware program that can create the
code to produce this result please ?

Regards, John.
 
C

Cousin Stanley

| http://www.student.tue.nl/m/j.s.d.kleijn/voiperized/faq.html
|
| Umm. I am not sure that I have seen unfolding of answers
| to FAQs before. Rather neat. :)
|
| "showAndHide" ?
|
| Can anyone direct me to a web page that explains
| how this is done and/or is there a freeware program
| that can create the code to produce this result please ?

Cousin John ....

It looks like a small JavaScript function
that changes the display property ....

View .... Source in the browser ....
 
M

Mel

Umm. I am not sure that I have seen unfolding of answers to FAQs
before. Rather neat. :)

"showAndHide" ? Can anyone direct me to a web page that explains how
this is done and/or is there a freeware program that can create the
code to produce this result please ?

<script language="JavaScript">
function showAndHide(theId)
{
var el = document.getElementById(theId)

if (el.style.display=="none")
{
el.style.display="block"; //show element
}
else
{
el.style.display="none"; //hide element
}
}
</script>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top