Library for acoustic signal processing (Rust implementation of to-be-fast code). https://code.ascee.nl/ascee/lasprs
Go to file
Anne de Jong b15e81409e Split up filter in module parts 2024-04-19 14:09:32 +02:00
python/lasprs All filter stuff with wrappers. Added some convenience functions. Added tests 2023-11-25 14:58:20 +01:00
src Split up filter in module parts 2024-04-19 14:09:32 +02:00
test Version bump with wrappers 2023-11-25 15:01:40 +01:00
tools All filter stuff with wrappers. Added some convenience functions. Added tests 2023-11-25 14:58:20 +01:00
.gitignore Default output stream working 2024-04-18 18:38:35 +02:00
Cargo.toml Split up filter in module parts 2024-04-19 14:09:32 +02:00
README.md Readme update 2023-11-25 17:08:32 +01:00
noxfile.py Version bump with wrappers 2023-11-25 15:01:40 +01:00
pyproject.toml All filter stuff with wrappers. Added some convenience functions. Added tests 2023-11-25 14:58:20 +01:00

README.md

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.

Python bindings

The library has Python bindings (via pyo3, which can be installed via:

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