by ahura mazda
3. December 2009 02:14
Note: this blog has moved to prefix.teddywino.com. sorry for the inconvenience
I promise to add documentation soon, on how to use the MediaKit to get results like this:
press play
The MediaKit library contains a custom MP3 MediaStreamSource which decodes MP3 files and provides the raw audio data for your use. It works hand-in-hand with a custom SeekableStream class (included) that allows non seekable streams (HTTP response stream) to appear seekable.
It also allows you to modify the audio data to create custom sound effects and corrections.
Source code can be found on CodePlex at salusemediakit.codeplex.com
note: there are still quite a few bugs, for example, the position calculation is wonky and the visuals are sometimes out of sync. still working on it