Skip to content

eflynch/dspy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSPy

Python DSP and Synthesis

Copyright (c) 2015, Evan Lynch

Released under the MIT License (http://opensource.org/licenses/MIT)

Introduction

dspy is a Python package for defining and playing back software-defined signals. It is implemented with pyaudio and numpy.

Installation

dspy requires: - numpy - pyaudio (optional features) These can usually be installed from pypi with pip.

You may install in the standard way with

python setup.py install

or you can install releases with pip from pypi

pip install dspy

Docs

https://dspy.readthedocs.org/