Another OT question

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

    Another OT question

    Hi Everyone,

    I am trying to figure out how I can 'receive' audio from a microphone
    into an application. The audio needs to be 'streamed' and not actually
    recorded. The idea is to perform a type of analysis on the audio
    stream, and then record the results of the analysis.

    Does anyone know a way that I can achieve this through VBA without
    having to use dll's or ActiveX components. Is there a way to do this
    natively (so to speak)?

    Cheers

    The Frog
  • Steve

    #2
    Re: Another OT question

    Take a look at Windows Media Player 11.0 to see if it does what you want.

    Steve


    "The Frog" <Mr.Frog.to.you @googlemail.com wrote in message
    news:10d37fdf-c6e3-4d81-b919-f60f6676d6fb@z6 g2000pre.google groups.com...
    Hi Everyone,
    >
    I am trying to figure out how I can 'receive' audio from a microphone
    into an application. The audio needs to be 'streamed' and not actually
    recorded. The idea is to perform a type of analysis on the audio
    stream, and then record the results of the analysis.
    >
    Does anyone know a way that I can achieve this through VBA without
    having to use dll's or ActiveX components. Is there a way to do this
    natively (so to speak)?
    >
    Cheers
    >
    The Frog

    Comment

    • The Frog

      #3
      Re: Another OT question

      No I'm afraid that it doesnt help there Steve. Windows media player
      isnt VBA code to start with, nor is it able to integrate VBA code into
      it. Using an ActiveX would violate the constraints of the original
      question - so no, thats not the way. Anyone else?

      The Frog

      Comment

      • karaisland@gmail.com

        #4
        Re: Another OT question

        Tapping the lines, eh :)

        Comment

        • Steve

          #5
          Re: Another OT question

          Take a look at WMP 11.0. I believe it has an object model and can be
          programmed with VBA.

          Steve


          "The Frog" <Mr.Frog.to.you @googlemail.com wrote in message
          news:6cf24814-2253-457f-8b5b-48f472b62972@l4 2g2000hsc.googl egroups.com...
          No I'm afraid that it doesnt help there Steve. Windows media player
          isnt VBA code to start with, nor is it able to integrate VBA code into
          it. Using an ActiveX would violate the constraints of the original
          question - so no, thats not the way. Anyone else?
          >
          The Frog

          Comment

          • The Frog

            #6
            Re: Another OT question

            Not actually looking at 'tapping the lines'. I am working on a tool
            for interviews that are conducted with our research teams in my
            company. The idea is that basic recording of the interview is done via
            a laptop with a webcam / microphone and the session is kept for a few
            weeks for later analysis. It was asked if it was possible to take the
            incoming audio stream (either live or from a recording) and then to
            provide feedback. The preference is live as it would eliminate the
            need to record the actual session itself. This saves a lot of time and
            space and energy. The researcher can simply get on with the task at
            hand.

            It appears that the only way to get into this is to ignore Steve
            comletely, and focus on the API's. Unfortunately there doesnt seem to
            be a lot of information readily available to get started with VBA in
            this area. I will just have to keep working on it:-)

            Cheers

            The Frog

            Comment

            Working...