Results 1 to 6 of 6

Thread: Getting Frequencies

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2013
    Posts
    3

    Wink Getting Frequencies

    Hi!
    Someone know, or have vb net code,
    how to get the values of audio frequecies ( 30, 60, 80, 90, ...., 8000, 12000, 16000 )
    from master volume channel of windows?
    thanks

  2. #2
    Super Moderator dday9's Avatar
    Join Date
    Mar 2011
    Posts
    12,376

    Re: Getting Frequencies

    Depends, getting stuff from the master volume varies on the OS if I remember correctly. Here is an example of an api that is used in Vista.
    "Code is like humor. When you have to explain it, it is bad." - Cory House
    VbLessons | HtmlLessons | CssLessons | Code Tags | Sword of Fury - Jameram

  3. #3

    Thread Starter
    New Member
    Join Date
    Jan 2013
    Posts
    3

    Re: Getting Frequencies

    i need to get, to extract, peaks frequencies, from master volume channel
    like you can see in this example PeakMeter but i need vb net code

  4. #4
    PowerPoster dunfiddlin's Avatar
    Join Date
    Jun 2012
    Posts
    8,245

    Re: Getting Frequencies

    Well there isn't any VB.Net code. As dday pointed out audio analysis is only available through a fairly nightmarish set of API functions. Why can't you use the PeakMeter control which you have detailed? It is, after all, designed for the exact purpose.
    As the 6-dimensional mathematics professor said to the brain surgeon, "It ain't Rocket Science!"

    Reviews: "dunfiddlin likes his DataTables" - jmcilhinney

    Please be aware that whilst I will read private messages (one day!) I am unlikely to reply to anything that does not contain offers of cash, fame or marriage!

  5. #5
    Member
    Join Date
    Jan 2013
    Posts
    50

    Re: Getting Frequencies

    So - you are trying to make a Graphic EQ - but one that doesnt function to actually alter the frequencies - one that is simply used for monitoring the output frequencies of the computers master out?

  6. #6

    Thread Starter
    New Member
    Join Date
    Jan 2013
    Posts
    3

    Re: Getting Frequencies

    yes, right, i would make a my own Graphic EQ, but i can't find vb net code for it,
    i just need for the values of the peaks the other i can do by myself

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