Metadata-Version: 2.1
Name: torchsynth
Version: 0.9.0
Summary: A modular synthesizer in pytorch, GPU-optional and differentiable
Home-page: UNKNOWN
Author: Joseph Turian, Jordie Shier, Max Henry
Author-email: 
License: Apache-2.0
Description: <div  align="center">
        
        # torchsynth
        
        The fastest synth in the universe.
        
        <img width="450px" src="https://raw.githubusercontent.com/turian/torchsynth/main/assets/logo-with-caption.jpg">
        
        </div>
        
        ## Introduction
        
        torchsynth is based upon traditional modular synthesis written in
        pytorch. It is GPU-optional and differentiable.
        
        Most synthesizers are fast in terms of latency. torchsynth is fast
        in terms of throughput.
        
        [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/turian/torchsynth/blob/main/examples/examples.ipynb)
        
        [![PyPI](https://img.shields.io/pypi/v/torchsynth)](https://pypi.org/project/torchsynth/)
        ![PyPI - Wheel](https://img.shields.io/pypi/wheel/torchsynth)
        ![PyPI - License](https://img.shields.io/pypi/l/torchsynth)
        [![codecov.io](https://codecov.io/gh/turian/torchsynth/branch/main/graphs/badge.svg?logoWidth=18)](https://codecov.io/github/turian/torchsynth?branch=master)
        [![Total alerts](https://img.shields.io/lgtm/alerts/g/turian/torchsynth.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/turian/torchsynth/alerts/)
        [![Travis CI build status](https://travis-ci.com/turian/torchsynth.png)](https://travis-ci.com/turian/torchsynth)
        
        [Homepage](https://torchsynth.rtfd.io/en/latest/).
        
        
        ## Development Installation
        
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: dev
