Metadata-Version: 2.4
Name: pyaudiosynth
Version: 0.1.0
Summary: A simple package for audio synthesis
License-Expression: MIT
License-File: LICENSE
Author: Wdboyes13
Author-email: willdev2025@outlook.com
Requires-Python: >=3.8
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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)
Description-Content-Type: text/plain

PySynth - A simple python module for audio synthesis

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

