• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

audio chat

 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello all

i am having a stand alone code for the voice interaction but now i want it to integrate it to a chat
In one to one chat i want to use it so how could sound transmission in java take place and what could be the medium that could be used to make voice chat happen

Regards
Monarch
 
Ranch Hand
Posts: 5093
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
voice is most easily transmitted through something called "air". When using special devices called "microphones" it can be converted into electrical signals which can be transmitted through a variety of means (copper wires are the most common, though radiowaves are popular as well) over great distances where other devices often called "loudspeakers" can then once again transform the electrical signal into sound waves which when tramsitted through air will be heard by the recipient.
 
reply
    Bookmark Topic Watch Topic
  • New Topic