Crates.io | lasprs |
lib.rs | lasprs |
version | 0.6.7 |
source | src |
created_at | 2023-11-22 13:57:32.606603 |
updated_at | 2024-11-01 23:47:27.467111 |
description | Library for Acoustic Signal Processing (Rust edition, with optional Python bindings via pyo3) |
homepage | |
repository | https://code.ascee.nl/ascee/lasprs |
max_upload_size | |
id | 1045180 |
size | 448,487 |
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.
This crate is still under heavy development. API changes happen on the fly. Documentation is not finished. Use with caution but except things to be broken and buggy.
Documentation is provided at doc.rs.
The library has Python bindings (via pyo3, which can be installed via:
$ pip install lasprs
which pulls the library from Pypi.
Examples of how to use the library are provided in Jupyter Notebooks, which can be found in the repository, see lasprs/examples_py.
More examples will follow in the near future.