Tagged Questions
2
votes
1answer
324 views
Flash Pixel Bender: Number Crunching for Audio Processing
I've seen some example of using a Pixel Bender for mixing two tracks together (per shader passes).
However, would it be technically possible to write a Pixel Bender kernel that could do this?
...
2
votes
2answers
3k views
Advanced chroma key code samples
I'm working on an application that needs to key out the background from an image taken by a webcam in front of a green screen. I figured this would be a very common task, but to my surprise i'm having ...
1
vote
1answer
73 views
Detect when the Shader is done mixing the audio
so this the code with it i am able to mix several tracks
with a Shader done in pixel bender.
the problem here i don't know when the mixing is finish or all the sound reache their end
to be able to ...