#signal-processing #measurement #filter #dsp #python-bindings #acoustics

lasprs

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

4 releases

0.2.2 Nov 25, 2023
0.2.1 Nov 25, 2023
0.2.0 Nov 25, 2023
0.1.0 Nov 22, 2023

#506 in Audio

31 downloads per month

MIT/Apache

24KB
422 lines

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

lib.rs:

Library for acoustic signal processing

This crate contains structures and functions to perform acoustic measurements, interact with data acquisition devices and apply common acoustic analysis operations on them.

Dependencies

~7–14MB
~156K SLoC