csound
Like linux, csound has a very long and convoluted history, and so learning to use csound on linux is really hard! It took me hours to find out how to record the output of Steven Yi's realtime audio processing example https://ide.csound.com/editor/2TZwvk7nAIAZ0J6TK0dT. It turns out you just need to add the line
fout "recording.wav",4,a1,a2
immediately after line 47 in project.orc that reads
out(a1, a2)
The ide will actually let you download the resulting file.
Comments
Post a Comment