|
|
|
|
|
by fb03
2718 days ago
|
|
Audio software has strict buffer/latency demands which usually cannot be guaranteed on interpreted language platforms. Doing audio synthesis with JS or any other interpreted language really is totally possible and has been done in a more or less serious way in several implementations and webtoys etc. But if you need extremely low latency and guarantees you cannot go that route, sadly. |
|