Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

DSP in VB.Net

 

Such low-level sound control is unlikely to be supported by the .Net framework, so you will probably need to look into using the Win32 API - specifically various multimedia functions. However, manipulating the amplitudes of different frequency bands may still not be supported, meaning you'll have to write the DSP routines yourself - a very daunting task if you're not well grounded in DSP.

 

I have written quite a few DSP applications myself, and I would recommend using C++ to write your underlying DSP routines and use VB.Net only for the GUI.

 

Good luck :)

Never trouble another for what you can do for yourself.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...