FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Topics & Contributions
   Sound
(Moderators: pitaru, REAS)
   Can live input be saved to Disk?
« Previous topic | Next topic »

Pages: 1 
   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


WWW Email
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 »  
Pages: 1 

« Previous topic | Next topic »