virtual audio driver development

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • murasoliselvan
    New Member
    • Dec 2008
    • 3

    virtual audio driver development

    Hi,
    I am trying to tap the audio data which is going to play by the player. So i tried to use the virtual audio driver (simple) which is msvad path of WDK. I have couple of questions. Can anyone in this forum help me out?

    1.do we have any IDE for building and debugging the kernel mode drivers for windows XP?(like visual studio for any appln)

    2.What i have to implement in the copyto or copyfrom functions in the wavecyclic file? and where i have to call these functions to get the data which is going to be played?

    3.do you know from where the pcm data is getting played in the audio device?

    can anyone give me some light on this issues?

    Thanks
    Muras K
  • anijos
    New Member
    • Nov 2008
    • 52

    #2
    Hi,

    Did u check this?

    Kernel-Mode Driver Framework (KMDF)

    Comment

    • murasoliselvan
      New Member
      • Dec 2008
      • 3

      #3
      ya i have checked this one...
      do you know any IDE for developing kernel mode windows XP device driver?
      since i am new to driver development i want to clarify some basic questions.

      Right now i am building the driver code with the build environment which is given by the microsoft.. its very diffcult to debug actually. thats y i am looking for some IDE. do u have any idea

      Comment

      • anijos
        New Member
        • Nov 2008
        • 52

        #4
        I think somthing like Ddkbuild will be what you are looking for.
        Haven't used it though.

        Comment

        • murasoliselvan
          New Member
          • Dec 2008
          • 3

          #5
          any idea on copyto function in msvad simple virtual audio driver

          After installation of my msvad simple driver, when I try to play some audio files using any player I am not getting the debug traces (DBGprintf) from the copyto
          function.
          So which means that our copyto function is not getting
          called during play back.
          Any idea on this behavior of simple msvad driver?

          Comment

          Working...