|
Author |
Topic: Can live input be saved to Disk? (Read 483 times) |
|
stylefetish
|
Can live input be saved to Disk?
« on: Jul 5th, 2004, 1:16am » |
|
Hi, I?m looking for a way, to save the live input signal to disk. Thanks Guido
|
|
|
|
pitaru
|
Re: Can live input be saved to Disk?
« Reply #1 on: Jul 5th, 2004, 3:26pm » |
|
Yep. First, create a new Sample -- for example 'mySample'. Next, use the LiveInput.startRec(mySample) command to save data from LiveInput into mySample. Once the data is in the sample, use mySample.saveFile(). For more on this, check out the Sonia reference page: http://processing.org/reference/libraries/sonia/ Note that for now this is tested with Mono files only. cheers amit
|
« Last Edit: Jul 5th, 2004, 3:28pm by pitaru » |
|
|
|
|
|