An open API service indexing awesome lists of open source software.

https://github.com/idiap/libssp

Speech Signal Processing - C++ port of a subset of the Python library SSP
https://github.com/idiap/libssp

Last synced: 11 months ago
JSON representation

Speech Signal Processing - C++ port of a subset of the Python library SSP

Awesome Lists containing this project

README

          

# libssp: Library for speech signal processing

`libssp` is simply a translation of some of the python library SSP into C++.
SSP can be found at https://github.com/idiap/ssp
This in turn allows it to be linked into projects that are themselves in C++.

Currently, the python library has more functionality.

`libssp` depends upon `libube` (https://github.com/pgarner/libube) for
configuration and for broadcasting operations across arrays.

--
[Phil Garner](http://www.idiap.ch/~pgarner)
June 2015