Working with sound...

  • Thread starter Thread starter Mateo
  • Start date Start date
M

Mateo

Hi!

does anyone know some good C# or VB.Net library for working with sound?

I would need to do the folowing:
- take audio file
- create small sound distorzion (with some kind of classical filters)
- save changed audio file

It could be commercial library, ofkors.... I'm willing to pay the price...

Thanx anyway,
Mateo
 
Hi
If you using .Net Framework 2.0, you can use System.Media namespace
that includes :

SoundPlayer
SystemSounds
SystemSound
 
| Hi
| If you using .Net Framework 2.0, you can use System.Media namespace
| that includes :
|
| SoundPlayer
| SystemSounds
| SystemSound
|

System.Media is NOT a v2 namespace, it's a V3 WinFX namespace actually in
beta, WinFX will become available at the time Vista hits the streets.

Willy.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top