Metadata-Version: 2.4
Name: pyaudiosynth
Version: 0.2.5
Summary: A simple package for audio synthesis
License-Expression: MIT
License-File: LICENSE
Author: Wdboyes13
Author-email: willdev2025@outlook.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: librosa (>=0.9.0)
Requires-Dist: matplotlib (>=3.1.0)
Requires-Dist: numpy (>=1.7.0)
Requires-Dist: sounddevice (>=0.1.0)
Project-URL: Documentation, https://weelam.ca/docs/pyaudiosynth/
Project-URL: Repository, https://github.com/Wdboyes13/pysynth
Description-Content-Type: text/plain

PySynth - A simple python module for audio synthesis

Allows you to play square, sine, triangle, and saw waves

