from Hacker News

Cross desktop and browser audio DSP app from the same Rust codebase

by Nekorosu on 10/17/22, 11:26 AM with 1 comments

  • by Nekorosu on 10/17/22, 11:26 AM

    Includes an audio DSP library that works both in the browsers (Firefox, Chrome, Safari, probably Edge, not IE) and on the desktop (only macOS for now). Cross-platform UI, OpenGL on a desktop, WebGL in a browser. Multithreaded on all the platforms. Same code for all the platforms. There is a bit of glue code, you don't have to touch it.