Metadata-Version: 2.1
Name: jaxdsp
Version: 0.2.0
Summary: Fast, differentiable audio processors on the CPU or GPU
Home-page: https://github.com/khiner/jaxdsp
Author: Karl Hiner
Author-email: karl.hiner@gmail.com
License: UNKNOWN
Description: # JAXdsp
        
        **Still working on this and will make a blog post soon!**
        
        Fast, differentiable audio processors on the CPU or GPU, controlled from the browser.
        Built with [JAX](https://github.com/google/jax), WebRTC, WebSockets and React.
        
        ```shell
        pip install git+https://github.com/cifkao/jax-spectral.git@main#egg=jax-spectral
        ```
        
        ## Server
        
        ```shell
        $ cd server
        $ python server.py
        ```
        
        ## Client
        
        ```shell
        $ cd client
        $ npm ci
        $ npm run build:dev
        ```
        
        ## App
        
        ```shell
        $ cd app
        $ npm ci
        $ npm start
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
