From 1a2f0a845f5ea8e72453757320b787cdd3834d72 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 27 Jan 2021 18:59:43 +0900 Subject: [PATCH] Updating README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d2143b..8a416c7 100644 --- a/README.md +++ b/README.md @@ -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.