lasprs 0.4.1

Library for Acoustic Signal Processing (Rust edition, with optional Python bindings via pyo3)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# LASPrs: Library for Acoustic Signal Processing in Rust

Welcome to LASPrs: Library for Acoustic Signal Processing. LASPrs is a rust 
library that provides tools and measurement software that enables the acquisition
and processing of (multi) sensor data in real time on a PC and output results.

## Documentation

Documentation is provided at [doc.rs](https://docs.rs/lasprs/0.2.1/lasprs).

## Python bindings

The library has Python bindings (via [pyo3](https://pyo3.rs), which can be installed via:

```
$ pip install git+https://code.ascee.nl/ascee/lasprs
```