Skip to content

Tecnologias-multimedia/InterCom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InterCom

InterCom is a low-latency full-duplex intercom(municator) designed for the transmission of media (at this moment, only audio) between networked users. It is implemented in Python and designed as a set of layers that provide an incremental functionality, following a multilevel (one-to-one) inheritance model.

Install (if Python is already installed)

pip install -r requirements.txt

Python install

Linux

Python is already installed in Linux.

Visual Studio Code (all platforms)

See Getting Started with Python in VS Code.

Jupyter-lab install

Required only to run the notebooks, not the InterCom.

Linux (better in a virtual Python environment)

 pip install jupyterlab

Visual Studio Code (all platforms)

See Jupyter Notebooks in VS Code.