Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
tayler6000 committed Jan 27, 2021
1 parent 1a3dd57 commit 1a2f0a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# pyVoIP
PyVoIP is a pure python VoIP/SIP/RTP library. Currently, it supports PCMA, PCMU, and telephone-event.

Please note this is a beta version and is currently only able to recieve calls, and transmit PCMU. In future it will be able to initiate calls in PCMA as well.
Please note this is is still in development and can only originate calls with PCMU. In future, it will be able to initiate calls in PCMA as well.

This library does not depend on a sound library, i.e. you can use any sound library that can handle linear sound data i.e. pyaudio or even wave. Keep in mind PCMU only supports 8000Hz, 1 channel, 8 bit, audio.o.
This library does not depend on a sound library, i.e. you can use any sound library that can handle linear sound data i.e. pyaudio or even wave. Keep in mind PCMU only supports 8000Hz, 1 channel, 8 bit, audio.

## Getting Started
Simply put pyVoIP into your site-packages folder.
Expand Down

0 comments on commit 1a2f0a8

Please sign in to comment.