readme
来自「一个开源的sip源代码」· 代码 · 共 19 行
TXT
19 行
This is a VERY SIMPLE Speex VoIP client. It is not a complete VoIP application,isn't compatible with anything else (including probably future versions of itself) and does not support any form of standard protocols. It is intendedonly as a way to show how to use Speex in a VoIP application.To use it:On Alices machine:% speexclient plughw:0,0 bob.somewhere.net alice_port bob_portOn Bob's machine:% speexclient plughw:0,0 alice.somewhere.net bob_port alice_portwhere bob_port is the UDP port on which bob receives and alice_port is theUDP port on which alice receives. In most cases, the two ports can be the same.Note that the clients do not even know whether they are connected or not. Allthey do is send/receive the audio to/from a specific port.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?