Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I am curious if you have any projects example, writing or example around audio processing and dsp with Julia?


The interesting part is deployment. Deploying Julia is still in flux, and especially tricky for realtime audio. I wanna do a proper write up one day, with slides and GitHub code. Perhaps as a JuliaCon talk or local meetup.

I find that DSP tends to look like procedural C code in any language. It should be straightforward to port your C++/Rust directly to Julia, and the ergonomics are much improved (especially around AutoDiff!). See https://www.youtube.com/watch?v=SvnDr9nnOZs

Here's my older talk on audio processing with Julia. The code still works, if you change the deprecated functionality for the new equivalents covered in the docs: https://www.youtube.com/watch?v=3DfVowNFI2c




Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: