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
- Host: GitHub
- URL: https://github.com/idiap/libssp
- Owner: idiap
- License: bsd-3-clause
- Created: 2015-06-18T09:05:22.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-12-24T08:24:12.000Z (over 5 years ago)
- Last Synced: 2025-03-23T01:02:28.054Z (about 1 year ago)
- Language: C++
- Size: 59.6 KB
- Stars: 14
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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