Voice Capturing

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Pramod

    Voice Capturing

    How do i capture voice and playback that again?
    I am working in C# VS.2005

    Thanks & Regards,
    Pramod

  • PiotrKolodziej

    #2
    Re: Voice Capturing

    If you want to do this in a prifessional way you might try DirectX.


    Comment

    • Michael Nemtsev

      #3
      Re: Voice Capturing

      Hello pramod,

      As was recomended use DirectSound API (DirectX part)
      Download the latest DirectX SDK and there will be the "CaptureSou nd" C# sample

      References: http://msdn.microsoft.com/coding4fun...8/default.aspx



      pHow do i capture voice and playback that again?
      pI am working in C# VS.2005
      pThanks & Regards,
      pPramod
      ---
      WBR,
      Michael Nemtsev :: blog: http://spaces.live.com/laflour

      "At times one remains faithful to a cause only because its opponents do not
      cease to be insipid." (c) Friedrich Nietzsche


      Comment

      Working...