picoTalk/picotalk-python
Thomas Kramer 10e8834ac1 python server: fix encoding of audio frame tags 2023-08-19 17:52:42 +02:00
..
picotalk python server: fix encoding of audio frame tags 2023-08-19 17:52:42 +02:00
README.md REUSE compliance. 2022-05-11 21:58:08 +02:00
setup.py bump version 2023-07-15 13:36:55 +02:00

README.md

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.