What is the most efficient way ...

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • furytrader@gmail.com

    What is the most efficient way ...


    Does anyone know an efficient way to generate sound tones in Visual
    Basic 2005/2008 so that I can specify:

    - Pitch
    - Duration
    - Volume

    .... which uses the computer's soundcard (not the motherboard
    speaker).?

    From what I've seen, DirectX may be the only solution but even that
    seems extremely cumbersome. I'm amazed that Visual Basic doesn't have
    an easy way to do this. It was a lot easier on my Apple //c!

    Thanks for any suggestions.
  • kimiraikkonen

    #2
    Re: What is the most efficient way ...

    On May 5, 4:00 pm, furytra...@gmai l.com wrote:
    Does anyone know an efficient way to generate sound tones in Visual
    Basic 2005/2008 so that I can specify:
    >
    - Pitch
    - Duration
    - Volume
    >
    ... which uses the computer's soundcard (not the motherboard
    speaker).?
    >
    From what I've seen, DirectX may be the only solution but even that
    seems extremely cumbersome. I'm amazed that Visual Basic doesn't have
    an easy way to do this. It was a lot easier on my Apple //c!
    >
    Thanks for any suggestions.
    You can use Windows Media Player SDK, can be used by adding ActiveX
    control to your toolbox from COM tab(wmp.dll). It allows you to see
    media duration and volume adjustment.

    Onur

    Comment

    • furytrader@gmail.com

      #3
      Re: What is the most efficient way ...


      Thanks, Onur, I'll check it out!

      Comment

      Working...