Simple voice call tool.
Project description
Install on Debian
Install prerequisites:
sudo apt install python3-pyaudio python3-numpy python3-scipy python3-aiohttp python3-nacl
For the server only the following is necessary
sudo apt install python3-numpy python3-nacl
Optionally install uvloop
for higher performance:
sudo apt install python3-uvloop
Run the client
python3 picotalk-client.py -s my.server.com -r mySecretRoom
Run the server
python3 picotalk-server.py # Use --uvloop to use uvloop.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
picotalk-0.0.24.tar.gz
(26.4 kB
view hashes)