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

Threaded View

  1. #1
    Join Date
    Jun 2007
    Location
    California
    Posts
    136

    C# object to get PCM of a WAV file [.NET ver 3.0]

    Hi all,

    .NET version 3.0
    I am trying to get the PCM of a .WAV file, so that I can calculate the waveform.
    Is there a .NET or COM object that returns the PCM of a WAV file? or do I have to parse the .WAV file manually and decode the data of the WAV file to get the PCM?

    P.S. I heard about using Direct Show, is this the correct direction?

    Please advise,
    Thank you,
    kab
    Last edited by kabilius; May 11th, 2009 at 02:44 PM.

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