In need of variable-speed Audio playback in ASP/C#

  • Thread starter Thread starter Brett Hofer
  • Start date Start date
B

Brett Hofer

Does anyone know of a good component for audio(.WAV) playback that supports
double-speed/normal/half-speed? I need to provide this control
in an .aspx page and control it using C#.

I have tried using the DirectX playback but it is very limited and doesn't
support variable speed from what I have seen. I've also read
postings that say to avoid it... Any suggestions would be appreciated :)

Thanks,
Brett++
 
What about Windows Media Player? It's not native .Net, but it's pretty easy
to use. I don't know for sure that it can do variable speed for wav, but it
does do it for wma (so I'd assume it can do wav also).

Colin
 
Back
Top