Skip to content

antiface/dspy-2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 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/

About

Python DSP and Synthesis

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%