Metadata-Version: 2.1
Name: pysndlib
Version: 0.5.4
Summary: A python wrapper around sndlib
Author-email: Todd Ingalls <testcase@asu.edu>
Project-URL: Homepage, https://github.com/testcase/pysndlib
Project-URL: Bug Tracker, https://github.com/testcase/pysndlib/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.md

# pysndlib

This package provides a python wrapper around sndlib, by Bill Schottstaedt (bil@ccrma.stanford.edu)
Sources for sndlib can be found [here](https://ccrma.stanford.edu/software/snd/sndlib/)

cython is used to generate bindings

This also requires numpy.

For  building instructions and some notes for use look
[here](https://testcase.github.io/pysndlib/readme.html)

Documentation for a number of generators and functions can be found in main [docs](https://testcase.github.io/pysndlib/index.html)
	    


