Sound Programming!

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

    #1

    Sound Programming!

    Hi All, If someone can guide me how to write code for capturing sound input
    from the PC Soundcard & storing it as mp3 I will sincerely appreciate it..

    Basically I have external devices which are plugged into the Soundcard Line
    In port, I need to capture the iput from those devices.


    TIA


  • Michael Nemtsev

    #2
    Re: Sound Programming!

    Hello Vai2000,

    Several samples are there http://www.codeproject.com/info/sear...ed=10+Nov+2006

    You probably need to use pinvoke to call some WinAPI functions

    VHi All, If someone can guide me how to write code for capturing sound
    Vinput from the PC Soundcard & storing it as mp3 I will sincerely
    Vappreciate it..
    V>
    VBasically I have external devices which are plugged into the
    VSoundcard Line In port, I need to capture the iput from those
    Vdevices.
    V>
    VTIA
    V>
    ---
    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...