8000 GitHub - Tecnologias-multimedia/InterCom: Real-time intercom(municator)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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.

Implementation details

                  Minimal --> Minimal__verbose
                     |                  |
                     v                  v
                Buffering --> Buffering__verbose
                     |                  |
                     v                  v
                 DEFLATE_Row --> DEFLATE_Row__verbose
                     |                  |
                     v                  v
         DEFLATE_BytePlanes3 --> DEFLATE_BytePlanes3__verbose
                     |                  |
                     v                  v
               BR_Control_No --> BR_Control_No__verbose
                     |                  |
                     v                  v
     BR_Control_Conservative --> BR_Control_Conservative__verbose
                     |                  |
                     v                  v
            Stereo_Coding_32 --> Stereo_Coding_32__verbose
                     |                  |
                     v                  v
  Temporal_No_Overlapped_DWT --> Temporal_No_Overlapped_DWT__verbose
                     |                  |
                     v                  v
     Temporal_Overlapped_DWT --> Temporal_Overlapped_DWT__verbose
                     |                  |
                     v                  v
                  Dyadic_ToH --> Dyadic_ToH__verbose
                     |                  |
                     v                  v
               Linear_ToH_NO --> Linear_ToH_NO__verbose

About

Real-time intercom(municator)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 24

0