[nvda-addons] Re: commit/googleSpeechRecognition: mhameed: Updated readme.

  • From: Mesar Hameed <mesar.hameed@xxxxxxxxx>
  • To: nvda-addons@xxxxxxxxxxxxx
  • Date: Tue, 6 Aug 2013 09:15:41 +0200

Hi Nolia,

ok, hope that the readme clarifies why ring is incorrectly being used.
the ring should only keep two or three language codes, i.e. only the once
that the user can speak.
It should not be used for the interface or anything else.
When the user saves his languages, something simple should be written to
file
['en', 'fr', 'de']
When we load, we just grab this list and put it into the ring.
When pressing the cycle command, we switch to the new language code, and
speak to the user the language name which we look up using the language
code.
Does this make sence?

Thanks,
Mesar
On Tue 06/08/13,07:05, commits-noreply@xxxxxxxxxxxxx wrote:
> 1 new commit in googleSpeechRecognition:
> 
> https://bitbucket.org/nvdaaddonteam/googlespeechrecognition/commits/5a8e691b4481/
> Changeset:   5a8e691b4481
> Branch:      master
> User:        mhameed
> Date:        2013-08-06 09:05:10
> Summary:     Updated readme.
> 
> Affected #:  1 file
> 
> diff --git a/readme.md b/readme.md
> index 5a2e73d..50d4f89 100644
> --- a/readme.md
> +++ b/readme.md
> @@ -1 +1,32 @@
> -# Google speech Recognition #
> +# Google Speech Recognition #
> +
> +* Authors: Mesar Hameed, Beqa Gozalishvili, Noelia Ruiz Martínez.
> +
> +This addon enables you to use speech recognition to write text using a few
> +keystrokes.
> +
> +## Usage ##
> +
> +* Open the configuration dialog for this addon from the NVDA menu.
> +* From the long list of languages, select the languages that you speak, and 
> press ok.
> +* For example English, French and German.
> +@Nolia, does the user need to do anything to save, or is pressing ok enough 
> to save config?
> +* Now you are ready to use speech recognition, go to any text field such as 
> in your browser or to a text document.
> +* Press NVDA+y to cycle between your configured languages.
> +* To start dictating, press NVDA+shift+g, you will hear a high pitched beep.
> +* Start speaking in the chosen language .
> +* To stop dictation, press the same shortcut, and this time you will hear a 
> low pitched beep.
> +Note: if you do not stop the recording, it will automatically be stopped 
> after 10 seconds.
> +Bare in mind the shorter time interval, the higher accuracy.
> +* The speech will be sent to the Google speech recognition service, and when 
> the transcription is returned, NVDA will announce it.
> +* If the recognition is correct, press the accept shortcut, 
> NVDA+control+shift+g, and the text will be written to your cursor position.
> +* If the recognition was not correct, simply rerecord but use a smaller chunk
> +of words. You might need to split a long sentence into two or three chunks.
> +* when you want to speak in a different language, simply cycle to one of 
> your languages and repeat the steps.
> +
> +## Key Commands ##
> +
> +* NVDA+shift+g, Start/stop recording.
> +* NVDA+control+shift+g, accept transcription result.
> +* NVDA+y, Cycle between your chosen languages.
> +
> 
> Repository URL: https://bitbucket.org/nvdaaddonteam/googlespeechrecognition/
> 
> --
> 
> This is a commit notification from bitbucket.org. You are receiving
> this because you have the service enabled, addressing the recipient of
> this email.
> ----------------------------------------------------------------
> 
> NVDA add-ons Central: A list for discussing NVDA add-ons
> 
> To post a message, send an email to nvda-addons@xxxxxxxxxxxxx.
> 
> To unsubscribe, send an email with the subject line of "unsubscribe" (without 
> quotes) to nvda-addons-request@xxxxxxxxxxxxx.
> 
> If you have questions for list moderators, please send a message to 
> nvda-addons-moderators@xxxxxxxxxxxxx.
> 
> Community addons can be found here: http://addons.nvda-project.org

Attachment: signature.asc
Description: Digital signature

Other related posts: