tags:

views:

135

answers:

2

While playing a sound file in silverlight, I'd like to display the wave form (or get an amplitude value at least) of the output. Is there a standard way to do this?

EDIT: Is this possible in SL3? Or SL4?

A: 

Nope, you have to do it the hard way...

Ali Shafai
the hard way being...?
aronchick
Writing a user control to draw the waveform
Ali Shafai
sorry, i still don't understand. how do i even get access to draw the waveform?
aronchick
+2  A: 

use: http://salusemediakit.codeplex.com/

Michael Washington