Skip to content

This is a toolbox in form of a python package that contains algorithms to be used in audio dsp (digital signal processing) research projects.

License

Notifications You must be signed in to change notification settings

nico-franco-gomez/dsptoolbox

Repository files navigation

docs/logo/logo.png


Documentation Status License Python version PyPI version

Readme

This is a toolbox in form of a python package that contains algorithms to be used in dsp (digital signal processing) research projects.

This is kind of a "sandbox" project with many different experimental implementations across a variety of DSP-related topics. Some parts are more thoroughly tested and validated than others, so "caution" is advised. Please feel free to reach out in case you find bugs or want to talk about certain functionality.

It is under active development and it will take some time until it reaches a certain level of maturity. Beware that backwards compatibility is not an actual concern and significant changes to the API might come in the future. If you find some implementations interesting or useful, please feel free to use it for your projects and expand or change functionalities.

Getting Started

Check out the examples for some basic examples of the dsptoolbox package and refer to the documentation for the complete description of classes and functions.

Installation

Use pip to install dsptoolbox

$ pip install dsptoolbox

(Requires Python 3.10 or higher)

In order to install the package successfully using Linux, you need to install PortAudio manually, since installing sounddevice will not do it automatically. To do this, run the following commands on your console:

$ sudo apt-get install libasound-dev libportaudio2 libsndfile1

If this does not work properly for some reason, refer to the documentation for sounddevice or PortAudio.

About

This is a toolbox in form of a python package that contains algorithms to be used in audio dsp (digital signal processing) research projects.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages