CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2010
    Posts
    0

    C++ Sound Analysis?

    Hi,

    I've programmed in other languages but am a newbie to C/C++. I was wondering how to create a sound analyzer, for example I want to be able to put down a list of data containing every note/sound hit at every second; copy, cut-out part of a song; be able to recognize repeating patterns in a song; replace and manipulate segments from part of a song, etc. Any libraries out there that anyone can recommend? What about theoretics? Should I have a great understanding of Fourier Series, harmonics, ?(anything else), before being able to program this sort of thing?

  2. #2
    Join Date
    Oct 2010
    Posts
    0

    Re: C++ Sound Analysis?

    Sorry I created 3 duplicate threads, and I do not know how to delete the other two.

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