#signal-processing #data-processing #audio-processing #dsp #filter #python-bindings

bin+lib lasprs

Library for Acoustic Signal Processing (Rust edition, with optional Python bindings via pyo3)

10 unstable releases (3 breaking)

new 0.6.7 Nov 1, 2024
0.6.5 Oct 27, 2024
0.6.1 Aug 28, 2024
0.4.2 Jul 11, 2024
0.1.0 Nov 22, 2023

#228 in Audio

Download history 1/week @ 2024-07-15 37/week @ 2024-07-22 143/week @ 2024-08-26 11/week @ 2024-09-16 32/week @ 2024-09-23 6/week @ 2024-09-30 1/week @ 2024-10-07 2/week @ 2024-10-14 153/week @ 2024-10-21 243/week @ 2024-10-28

399 downloads per month

MIT/Apache

400KB
7.5K SLoC

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.

Note to potential users

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

Documentation is provided at doc.rs.

Python bindings and examples

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.

Dependencies

~9–45MB
~668K SLoC