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)
   Sonia LiveOutput Beta
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: Sonia LiveOutput Beta  (Read 564 times)
pitaru


WWW Email
Sonia LiveOutput Beta
« on: Nov 14th, 2003, 2:42am »

Hey ya'll, i'm now testing the next release of Sonia, namely the new 'liveOutput'  - an audio-port that streams sound out of processing in realtime. The data is sent in chunks (frames), and there's also a buffer for advanced latency control.
 
liveOutput implements the liveOutputEvent(), which is similar to BSound's soundEvent(). This event is called every time the liveOutput requires new samples (thanks ariel - for suggesting the reflection method!).
 
Please help me out by testing this app and reporting any bugs that pop up on various systems: http://pitaru.com/sonia/beta/liveOutput
 
also, feel free to look at the sourcecode and comment on the terminology and methods that i've put in place for this functionality.
 
remember- this feature is not yet implemented in current Sonia version, but will be soon...
 
 
« Last Edit: Nov 14th, 2003, 2:59am by pitaru »  
mrb

WWW
Re: Sonia LiveOutput Beta
« Reply #1 on: Nov 14th, 2003, 4:25am »

Ahh so we are getting down to the level of defining the callback method -- great! This works wonderfully on Safari with OSX 10.2.5 --  nicely done Amit
 
Mike
 
mKoser

WWW Email
Re: Sonia LiveOutput Beta
« Reply #2 on: Nov 14th, 2003, 10:50am »

no problems to report from me either
(winXP / IE6)
 
+ Mikkel
 

mikkel crone koser | www.beyondthree.com | http://processing.beyondthree.com
christian


Re: Sonia LiveOutput Beta
« Reply #3 on: Nov 14th, 2003, 1:46pm »

works fine on a winXp system with ie6
cool, amit!
+ christian
« Last Edit: Nov 14th, 2003, 1:46pm by christian »  
pitaru


WWW Email
Re: Sonia LiveOutput Beta
« Reply #4 on: Nov 14th, 2003, 2:45pm »

Great, thanks all! sounds good so far. As this works on a seperate thread, i want to be extra careful.
 
Re. syntax:
i think i'll change the 'data' array to 'samples' array.
 
-amit
 
Pages: 1 

« Previous topic | Next topic »