CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: VU Meter

  1. #1
    Join Date
    Feb 2000
    Location
    America
    Posts
    130

    VU Meter

    An article posted on CodeGuru lead me to a page that had a download of a source code for getting the volume output (used for winamp's VU Meter). For some reason it won't work. It says my system doesn't support it, but winamp works fine. it uses things like the API Function MixerGetControlDetails. The mixer control won't initialize or something. If this is what winamp uses, how come it doesn't work and winamp does? Any help would be greatly apreciated, thanx


  2. #2
    Join Date
    Feb 2000
    Location
    America
    Posts
    130

    Re: VU Meter

    Another thing. Since this code doesn't work, how can i get wavein and waveout?


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured