Hands-free voice dialing with Voice Dialer HF

This is a discussion on Hands-free voice dialing with Voice Dialer HF within the Android App Developers forums, part of the Droid Apps category; This thread is to consolidate discussions of Voice Dialer HF, developed by DFXmobile. Droid does not come with a hands-free voice dialer. Voice Dialer HF ...

+ Reply to Thread
Page 1 of 4 1 2 3 ... LastLast
Results 1 to 10 of 32

Thread: Hands-free voice dialing with Voice Dialer HF

  1. Junior Droid
    DFXmobile's Avatar
    Member #
    6838
    Join Date
    Nov 2009
    Posts
    26
    Phone
    Motorola Droid
    #1

    Hands-free voice dialing with Voice Dialer HF

    This thread is to consolidate discussions of Voice Dialer HF, developed by DFXmobile.

    Droid does not come with a hands-free voice dialer.

    Voice Dialer HF adds voice response to the Droid, so that voice-dialed calls can be made with one button press. This allows most users to dial without touching the screen. For effective use in the car, a car holder (dock) should be used, and the Droid should be plugged in.

    Before engaging in discussions below, please look over the following key parts of the DFXmobile website:To answer the number one question in the forums: Voice Dialer HF uses the phone's speakerphone/mic to talk to the user about which number to dial. It can then switch to Bluetooth for the call.
    Last edited by DFXmobile; 12-12-2009 at 09:40 PM. Reason: tidying
  2. Sponsor
    DF Advertising
    Join Date
    Nov 2008
    Location
    DroidForums.net
     
     
     
     
  3. Theme Developer
    928Droid's Avatar
    Member #
    8566
    Join Date
    Nov 2009
    Location
    Western North Carolina Mountains
    Posts
    3,753
    Phone
    Motor Droid & Droid Eris
    DroidForums.net Theme Developer
    Premium Member
    #2
    Quote Originally Posted by DFXmobile View Post
    To answer the number one question in the forums: Voice Dialer HF uses the phone's speakerphone/mic to talk to the user about which number to dial. It can then switch to Bluetooth for the call.
    BUT.... if your BT Headset supports "Media Audio" (you can hear your music play through it, if not check for latest HS firmware ) you will hear the prompts in your BT headset AND it is really hard to tell that it is not using the BT mic.

    It works so well with my BT headset that it fooled me for quite a while that it wasn't really using the BT HS mic. Once I was told it didn't (it worked so well I still didn't believe it) I started some experiments. My wife had to take the phone into a room (and close the door) over 20 feet away for the phone to not "hear" my commands and respond properly. This was with my TV blaring and other ambient noise. All the while I heard the responses perfectly in my headset.

    This is a testiment to the excellent mic in the Droid AND to the amazing voice recognition of this app.
  4. Junior Droid
    DFXmobile's Avatar
    Member #
    6838
    Join Date
    Nov 2009
    Posts
    26
    Phone
    Motorola Droid
    #3

    "Open ..." commands in Voice Dialer HF

    There have been questions in other forum threads about VDHF's Open command. Similar to the built-in Voice Dialer's Open command, we accept several system commands in addition to commands to start and use downloaded applications. Examples:
    "Open Alarm Clock"
    "Open Calendar" (will ask: corporate or standard)
    "Open Camera"
    "Open Wireless and Network Settings"
    (or just "Open Wireless" or "Open Network")
    "Open Asteroids" (assuming you have installed Asteroids)
    A complete list of system Open commands is listed on our website. In addition, users have come up with clever tricks to get access to an even more features, for example:
    "Open Voice Search" followed by "Navigate to Terry's Tacos"
    For downloaded applications, we look for two types of hooks into those apps -- VOICE_LAUNCH and LAUNCHER activities. If either of these is included, VDHF will listen for them. It is possible for one application to allow several different actions.

    Unfortunately, publishers are not always good about listing their activity names. If anyone runs into an app that publishes these activities for all the applications on the phone, please post a response and I will amend this posting. (Listing all activities found is on our eventual to-do list.)
    Last edited by DFXmobile; 12-12-2009 at 11:41 PM.
  5. Junior Droid
    DFXmobile's Avatar
    Member #
    6838
    Join Date
    Nov 2009
    Posts
    26
    Phone
    Motorola Droid
    #4

    Understanding timing in Voice Dialer HF

    Some users have asked about when the processing is done within VDHF, and why sometimes responses are instant and other times there may be seconds of delay. In using VDHF, there are three primary causes of delay:

    Loading
    If VDHF is not currently in memory, it will load. This causes a delay between the start signal (button press or icon tap) and "Say a command." This typically takes 3-5 seconds.

    Once loaded, VDHF will stay in memory as long as the Android OS does not need to push it out to make room for more applications than the memory can otherwise support.

    Reading contacts and (if needed) compiling grammar
    Each time VDHF is run, it makes a list of the names of all contacts with phone numbers. If this list of names changed since the last time VDHF ran, it compiles a new "grammar" for the speech recognizer, breaking each name down into phonemes and creating a rule tree. This happens while you answer the "Say a command" question. If you have a thousand contacts and one has changed, this may require a couple seconds extra beyond your response to recompile the grammar. VDHF may continue to say "Listening" or may say "Processing" during this time.

    Understanding what was said
    VDHF applies some simple processing as it listens. If it thinks there is a good chance it did not get a clear command, it will hold the microphone open for several seconds more. This is particularly likely to happen if VDHF hears speaking in progress at the time it first starts to listen. If you think this may be causing delay you see, test by waiting an extra-long time (a second) after the beep before speaking.
  6. Premium Member
    Deuel's Avatar
    Member #
    13457
    Join Date
    Dec 2009
    Location
    SoCal
    Posts
    181
    Phone
    ThunderBolt
    Premium Member
    #5
    Quote Originally Posted by DFXmobile View Post
    This is a testiment to the excellent mic in the Droid AND to the amazing voice recognition of this app.
    I hear you loud and clear 928! It had me fooled too. Found out when my phone was buried in the cupholder of my car. So close, yet so far...
  7. Master Droid
    solar's Avatar
    Member #
    13366
    Join Date
    Dec 2009
    Posts
    776
    Liked
    4 times
    Phone
    Droid 2 Global
    #6
    I'm glad devs are posting in the forums. I may never have found their product otherwise. I just purchsed the program and will give it a try later. I gave it a quick test and so far so good. Its nice to have voice prompts again!
  8. Droid Newbie
    clavilab's Avatar
    Member #
    22952
    Join Date
    Jan 2010
    Posts
    4
    Phone
    Enter Current Phone Here
    #7
    i want to try this on my HTC but it looks like it is not available in the Market anymore. what happen to it?
  9. Theme Developer
    928Droid's Avatar
    Member #
    8566
    Join Date
    Nov 2009
    Location
    Western North Carolina Mountains
    Posts
    3,753
    Phone
    Motor Droid & Droid Eris
    DroidForums.net Theme Developer
    Premium Member
    #8
    Quote Originally Posted by clavilab View Post
    i want to try this on my HTC but it looks like it is not available in the Market anymore. what happen to it?

    Not compatible with Android 1.5, you will have to wait until HTC finally gets your Eris OS up to date before it will work. That is why it doesn't show up in your browser (already tried it with my wife's Eris).
  10. Junior Droid
    DFXmobile's Avatar
    Member #
    6838
    Join Date
    Nov 2009
    Posts
    26
    Phone
    Motorola Droid
    #9

    Current status of Bluetooth voice dialing on DROID

    In several threads on DroidForums there are discussions of BT voice dialing. This post is adapted from a Motorola support forum posting and is intended to provide an overview of the current status.

    1. What is the problem?
    Pressing the Voice Dial button on a standard Bluetooth (BT) headset does not voice dial the DROID. To understand why this is true, see the notes section at the end of this post. To understand why a few BT devices can still voice dial despite this, see section 3e below.

    2. Motorola's response

    2a) Does Motorola acknowledge this issue? Yes.(68184) Have their cats acknowledged this issue? Yes(66642)

    2b) Is Motorola committed to fixing this? Yes (72336,82841,83708,88801), but they have not been able to set a timeframe (74532).

    3. Are there workarounds? Yes, but they have limitations.

    3a) Android's built-in Voice Search
    Voice Search will show and then automatically dial a number from the contact list--sometimes. At other times it displays web results. Some (69275) report this consistently works for them. Voice Search is initiated by long-pressing the search button, selecting the "search" microphone in Car Home, or selecting the "Voice Search" application.

    3b) Android's built-in Voice Dialer
    This dialer listens to the user then provides a list of choices. The selection must be seen and touched, after which it will dial. It is started by selecting the "Voice Dialer" application.

    3c) Voice Dialer HF
    Voice Dialer HF is a paid app that goes beyond the built-in voice dialer by adding voice prompts, reading the results aloud, and using voice confirmation. Users must follow the setup instructions to allow the camera button on the side of the phone to initiate dialing; they can then dial without touching or looking at the screen. However, this still has several limitations compared to using a standard BT button--the phone must be out, and the phone's speakerphone and mic are used for the "which number conversation" (with this exception). It then will automatically switch to BT for the call. It also currently supports only Android 2.x phones.

    3d) 3rd party best-guess confidence dialer apps
    Some apps, such as Choice Dialer beta and TopVoiceControl (both currently free) can be configured to directly dial if the spoken command is understood with high confidence. There is no voice confirmation.

    3e) Using a BT device with internal voice recognition

    Some BT devices make a copy of the phone's address book and do their own voice recognition. They then make a BT connection to the phone and ask it to dial the number. This uses a different BT command ("Place a call with a phone number supplied by the HF", HFP spec v1.5, Table 3.1, item 8). This command is supported by DROID. These are generally more expensive BT devices. Each time a contact changes, the BT device must be re-synchronized before it will recognize the change.

    Notes:

    The Hands-Free Profile portion of the Bluetooth spec (HFP v1.5) specifies a "voice recognition activation" feature. However, it is optional for both the phone and the hands-free BT device (Table 3.1, item 15). Technically, Google/Motorola/Verizon are correct when they state they are HFP compliant--they did not implement an optional portion of the spec that most of us consider very important.

    Google's published Android OS source code actually has the software to support activating the built-in Voice Dialer via BT. However, it was disabled in the DROID (as well as almost all other Android phones). This code was disabled in a couple key places (search the source for DISABLE_BT_VOICE_DIALING). In one place, the built-in Voice Dialer was told not to register as supporting BT. When it was disabled the developer noted (see line 108) that the Voice Dialer provided a poor experience over BT because it poorly handles the lower-frequency BT input and "still requires visual confirmation." Developer comments here and here provide more insight.

    Critically, in the second key location, the Bluetooth handsfree handler was told to ignore any application that says it can support BT voice dialing. Because of this, the BT device is told the DROID does not support "voice recognition activation," so the button press is never sent to the DROID. This functionality cannot be restored by outside developers. This is why a third-party application alone cannot completely restore normal BT voice dialing.
  11. Theme Developer
    928Droid's Avatar
    Member #
    8566
    Join Date
    Nov 2009
    Location
    Western North Carolina Mountains
    Posts
    3,753
    Phone
    Motor Droid & Droid Eris
    DroidForums.net Theme Developer
    Premium Member
+ Reply to Thread
Page 1 of 4 1 2 3 ... LastLast

Sponsors

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Similar Threads

  1. Voice Dialer-Does anyone use it without problems?
    By TxDoc in forum Droid General Discussions
    Replies: 23
    Last Post: 01-14-2012, 07:24 AM
  2. Voice Dialer and Bluetooth
    By lonewolfman in forum Motorola Droid
    Replies: 12
    Last Post: 01-05-2010, 06:07 PM
  3. Line through Mic in Voice Dialer problem
    By DogPaw in forum Droid General Discussions
    Replies: 0
    Last Post: 12-10-2009, 10:05 AM
  4. Error Voice Dialing and Voice Searching
    By DogPaw in forum Droid General Discussions
    Replies: 4
    Last Post: 12-07-2009, 04:58 PM
  5. Voice Dialer/Contact problem
    By Daver in forum Tech Issues, Bug Reports & Suggestions
    Replies: 2
    Last Post: 12-04-2009, 08:05 PM

Search tags for this page

android bluetooth voice dialing app
,
android hands free dialer
,
android hands free dialing
,
droid hands free dialing
,
droid hands free voice dialing
,
droid handsfree voice dialing
,
free voice dialer
,
hands free dialing droid
,
hands free dialing on android
,
hands free voice dialer apk
,
hands free voice dialing droid
,
hands-free voice dialer apk
,
vdhf
,

voice dialer hf

,
voice dialer hf apk
Click on a term to search our site for related topics.

Tags for this Thread