Y
Hacker News
new
|
ask
|
show
|
jobs
by
jgjot-singh
1807 days ago
Is rust feasible for writing audio applications that are dependent on tight timings, and low latency? E.g a DAW or vst
2 comments
viraptor
1807 days ago
Why wouldn't it be? There's no forced GC, you can have custom application in arenas, etc. Pretty much all tricks used for low latency are available.
link
smoldesu
1807 days ago
If I'm not mistaken, the entire audio stack in Google's upcoming Fuscia project is being written in Rust, as well as some components of the modern Android stack (specifically the wireless stuff, but don't quote me on that).
link