LASP 1.0
Library for Acoustic Signal Processing
Loading...
Searching...
No Matches
LASP

Introduction

Welcome to the LASP (Library for Acoustic Signal Processing) code documentation. The code comprises a part which is written in C++, a part that is written in Python, and a part that functions as glue, which is Pybind11 C++ glue code. An example of such a file is lasp_cpp.cpp. This is the internal documentation of LASP. It serves as background information for programmers.

Installation

For the installation manual, please refer to the README of the Git repository.

Usage

Some usage examples are given in the examples directory of the repository.