Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Fast, differentiable audio processors on the CPU or GPU, with a browser client for real-time control
Fast, differentiable audio processors on the CPU or GPU, controlled from the browser.
I'm still working on improvements and an interactive browser client, after which I'll write up a blog post.
In the meantime, the docs
directory has several Jupyter notebooks with plenty of examples.
The Differentiable Audio Processors
notebook shows many real DSP examples, along with loss/parameter time-series.
(All files under docs/scratch
are working notes, and can be ignored.)
g
The goal of this project is to parameterize audio graphs, in real-time, to produce an audio stream resembling incoming audio.
Built with JAX, WebRTC, WebSockets, and React.
react-three-fiber
provides the WebGL backbone for
performant real-time clientside monitoring of the system.
To build and run the server in a Linux container:
$ docker build . -t jaxdsp_server
$ docker run -p 8080:8080 jaxdsp_server
$ cd server
$ python server.py
Note: For local development of the client within the test /app
(see below), the client is included as a
local file:../client
dependency, and included in the babel transpilation for the /app
build (
see app/craco.config.js
).
build:dev
in the client just symlinks the dist/jaxdsp-client.js
target to the root index.js
file.
$ cd client
$ npm ci
$ npm run build # or, for a development build: `build:dev`
$ cd app
$ npm ci
$ npm start
FAQs
Fast, differentiable audio processors on the CPU or GPU, with a browser client for real-time control
We found that jaxdsp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.