Skip to content

Fork of Matteo Sacchetto's repository of experiments on the Burg Packet Loss Concealment (PLC) method. This fork implements python bindings to integrate this PLC method in python projects.

License

Notifications You must be signed in to change notification settings

LucaVignati/burg-python-bindings

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

burg-python-bindings

Python bindings for Matteo Sacchetto's implementation of Burg's method.

Installation

Clone this repository and install:

    git clone https://github.com/LucaVignati/burg-python-bindings.git
    cd burg-python-bindings
    python setup.py install

Below is the original README:

burg-implementation-experiments

Repo containing the code where I experimented with various Burg's implementations

The repo is organized as follows. In the v1 directory there is all the code developed and used during the analysis of the Burg's method implementations. The scripts directory contains a series of utility scripts.

To run everythin in this repo you need

  • g++
  • cmake
  • python3
  • node

If you have any issue with anything in this repo or want to have clarifications on how to compile/run tests, please open a issue.

About

Fork of Matteo Sacchetto's repository of experiments on the Burg Packet Loss Concealment (PLC) method. This fork implements python bindings to integrate this PLC method in python projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 66.2%
  • Python 23.6%
  • JavaScript 8.4%
  • CMake 1.8%