Re: writing dac output to a file
Date | 2005-10-01 17:52 |
From | Victor Lazzarini |
Subject | Re: writing dac output to a file |
soundout produces raw soundfiles. You can get an editor to open and convert these. Audacity is a good free editor. Victor > > # How can I write the realtime output of Csound to a file? > I use -o dac6 flag to realtime audio (6 is my asio4all > driver). And have tried soundout opcode and outs opcode in > same instrument: > instr 1 > .. > soundout asig, "c:\\song.wav" > outs asig, asig > endin > But mediaplayer didn't play this wav file. > -u |