|
Author |
Topic: Sonia LiveOutput Beta (Read 564 times) |
|
pitaru
|
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
|
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
|
|
|
|
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
|
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
|
|
|
|
|