Metadata-Version: 2.1
Name: jaxdsp
Version: 0.1.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
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

# JAXdsp

Fast, differentiable audio processors on the CPU or GPU.
Built with [JAX](https://github.com/google/jax).

## 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
```

### [Trello](https://trello.com/b/HftUVYY5/jaxdsp)


