Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Windows API
  4. Making WPF app easier to use with speech recognition

Making WPF app easier to use with speech recognition

Scheduled Pinned Locked Moved Windows API
csharpwpfquestion
8 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Matt Newman
    wrote on last edited by
    #1

    I it would make sense that it would be able to respond to "What can I say" in your own application and set controls to respond to certain commands. The application I am working on is simple enough that it should work fine with Speech Control, but some things are not working the greatest. Anyone have any ideas on where to start looking?

    Matt Newman

    J 1 Reply Last reply
    0
    • M Matt Newman

      I it would make sense that it would be able to respond to "What can I say" in your own application and set controls to respond to certain commands. The application I am working on is simple enough that it should work fine with Speech Control, but some things are not working the greatest. Anyone have any ideas on where to start looking?

      Matt Newman

      J Offline
      J Offline
      James Ashley
      wrote on last edited by
      #2

      Matt, Can you say more about what issues you are having. I've been playing around with the Speech API in Vista (it's pretty sweet) and I might be able to help out. Not everything works in XP, though. James

      M 1 Reply Last reply
      0
      • J James Ashley

        Matt, Can you say more about what issues you are having. I've been playing around with the Speech API in Vista (it's pretty sweet) and I might be able to help out. Not everything works in XP, though. James

        M Offline
        M Offline
        Matt Newman
        wrote on last edited by
        #3

        Basically I want to set different controls with Cues to make it easier to work with. I want to avoid the type of mess that you get if you try to read email in Outlook using only speech recognition. -- modified at 14:07 Monday 26th February, 2007

        Matt Newman

        J 1 Reply Last reply
        0
        • M Matt Newman

          Basically I want to set different controls with Cues to make it easier to work with. I want to avoid the type of mess that you get if you try to read email in Outlook using only speech recognition. -- modified at 14:07 Monday 26th February, 2007

          Matt Newman

          J Offline
          J Offline
          James Ashley
          wrote on last edited by
          #4

          Matt, It definitely seems do-able. You can use some kind of command class that you queue (you were talking about queues, right?) up and then execute whenever the last process has finished. I've never tried speech with email so I don't know the specific issues there. Is it that multiple docs try to get read at the same time or something? Also, are your problems specifically with the speech API (I might be able to help out, there) or more with the code around it that is specific to your application? James -- modified at 14:28 Monday 26th February, 2007

          M 1 Reply Last reply
          0
          • J James Ashley

            Matt, It definitely seems do-able. You can use some kind of command class that you queue (you were talking about queues, right?) up and then execute whenever the last process has finished. I've never tried speech with email so I don't know the specific issues there. Is it that multiple docs try to get read at the same time or something? Also, are your problems specifically with the speech API (I might be able to help out, there) or more with the code around it that is specific to your application? James -- modified at 14:28 Monday 26th February, 2007

            M Offline
            M Offline
            Matt Newman
            wrote on last edited by
            #5

            The problem I am trying to avoid is a situation where it is extremely difficult not intuitive to navigate. If I say Show Numbers in outlook there is several hundred numbers shown. If I say inbox it has no idea what to do. If I were doing an email app I want the user to be able to say inbox go straight to the inbox, not Show Numbers - 53 - Ok. Making more sense?

            Matt Newman

            J 1 Reply Last reply
            0
            • M Matt Newman

              The problem I am trying to avoid is a situation where it is extremely difficult not intuitive to navigate. If I say Show Numbers in outlook there is several hundred numbers shown. If I say inbox it has no idea what to do. If I were doing an email app I want the user to be able to say inbox go straight to the inbox, not Show Numbers - 53 - Ok. Making more sense?

              Matt Newman

              J Offline
              J Offline
              James Ashley
              wrote on last edited by
              #6

              Matt, I think it's starting to make sense. You want to have more control over the Speech API, so you can customize which phrases map to which private methods of your email application. Is that it? Or is the mapping a problem you've already solved, and you are now trying to iron out the speech UI?

              M 1 Reply Last reply
              0
              • J James Ashley

                Matt, I think it's starting to make sense. You want to have more control over the Speech API, so you can customize which phrases map to which private methods of your email application. Is that it? Or is the mapping a problem you've already solved, and you are now trying to iron out the speech UI?

                M Offline
                M Offline
                Matt Newman
                wrote on last edited by
                #7

                Mapping, thats it. I'm reading your article[^] right now, it looks as though it might be leading me the right direction.

                Matt Newman

                J 1 Reply Last reply
                0
                • M Matt Newman

                  Mapping, thats it. I'm reading your article[^] right now, it looks as though it might be leading me the right direction.

                  Matt Newman

                  J Offline
                  J Offline
                  James Ashley
                  wrote on last edited by
                  #8

                  Glad to hear it. Good luck with your project.

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups