README 768 B

123456789101112131415161718
  1. This is a VERY SIMPLE Speex VoIP client. It is not a complete VoIP application,
  2. isn't compatible with anything else (including probably future versions of
  3. itself) and does not support any form of standard protocols. It is intended
  4. only as a way to show how to use Speex in a VoIP application.
  5. To use it:
  6. On Alices machine:
  7. % speexclient plughw:0,0 bob.somewhere.net alice_port bob_port
  8. On Bob's machine:
  9. % speexclient plughw:0,0 alice.somewhere.net bob_port alice_port
  10. where bob_port is the UDP port on which bob receives and alice_port is the
  11. UDP port on which alice receives. In most cases, the two ports can be the same.
  12. Note that the clients do not even know whether they are connected or not. All
  13. they do is send/receive the audio to/from a specific port.