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

Threaded View

  1. #3
    Join Date
    Jan 2007
    Location
    Italy
    Posts
    156

    Re: Detecting peaks in realtime from a microphone

    I viewed some of these, and found some interesting. Still reading, there are many articles. Thank you for the addressing.

    But, you said the difficult part is to sample the audio; there are API functions that record the input audio to save it in a file. Could that data be read or interpreted as sampled audio in RT, block by block, instead of sending them to a file on memory? Do I really need to do the sampling on my own?

    I mean, when I have a HWAVEIN received with WaveIn function, could I navigate the data related to it as an "array of samples", or something like that?
    Last edited by Buzzyous; January 6th, 2010 at 03:15 AM.
    - Buzzyous -

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