by ahura mazda
7. December 2009 17:18
i'm currently working at adding an interface for processing the raw audio data before it reaches a consumer (MediaElement for example).it will allow you to write any code to modify the audio data for special effects, noise removal or for whatever else you can think of. currently testing speed issues, closures and scope (since it uses a delegate for this feature).
update: Saluse MediaKit now includes a AudioPreProcessor delegate that is executed against the raw audio data before it is passed onto the consumer (e.g. MediaElement).
i will be updating the source on CodePlex shortly. i’ve changed back to developing in Visual Studio 2010 beta2 and I will like to offer the source for both VS 2008 and 2010, so I’ve some hacking to do.
the live demo has been updated to show off some effects i’ve thrown together; Pan, Noise and Echo (a poor man’s version)