Metadata-Version: 2.4
Name: minisynth
Version: 0.1.1
Summary: A Python-based modular synthesizer framework for generating audio and datasets
Home-page: https://github.com/inspektral/minisynth
Author: inspektral
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: pandas
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

### MiniSynth
A Python-based modular synthesizer framework for generating audio and datasets with controllable parameters.

## Overview
MiniSynth provides a flexible framework for creating different types of synthesizers with time-varying parameters. The project includes:

# Components
- Subtractive synthesis (MiniSynthSubtractive) - Traditional synthesis with oscillators and filters
- FM synthesis (MiniSynthFM) - Frequency modulation synthesis using wavetables
- Wavetable generation (WavetableGenerator) - Create custom waveforms and wavetables
- Parameter modulation (ModGenerator) - Generate time-varying control signals
- Dataset management (DatasetManager) - Generate and manage synthesis datasets


# Features
- Multiple synthesis methods (subtractive, FM)
- Wavetable synthesis with interpolation
- Time-varying parameter modulation with customizable envelopes
- Built-in waveforms: sine, triangle, square, sawtooth
- Anti-aliasing filters
- Dataset generation for machine learning applications
- Linear and logarithmic parameter scaling
