I want record a csd File to WAV in a HTML interface.
This is a codesnippet from csd File rendering to WAV, it worked in CsoundQt.
instr 2
aSig monitor
fout "write_to_wav.wav",4,aSig
endin
But in the example csd player for HTML it didn't work.
https://waaw.csound.com/csdplayer.html
Is it possible to render a csd File to WAV in HTML?
For help thanks a lot.