From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sven Bretfeld" Subject: Re: MobileOrg and Voice Capturing (Android) Date: 30 Nov 2010 23:06:39 +0100 Message-ID: <87sjyipits.fsf@rub.de> References: <87fwul463g.fsf@gmx.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=43273 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PNdVt-0006S8-CD for emacs-orgmode@gnu.org; Tue, 30 Nov 2010 22:38:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PNYLU-0003fM-6S for emacs-orgmode@gnu.org; Tue, 30 Nov 2010 17:06:45 -0500 Received: from mx5.rz.ruhr-uni-bochum.de ([134.147.64.33]:46575) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PNYLT-0003TO-FP for emacs-orgmode@gnu.org; Tue, 30 Nov 2010 17:06:44 -0500 In-Reply-To: (Matthew Jones's message of "Sun, 28 Nov 2010 21:58:52 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Matthew Jones Cc: emacs-org Hi Matthew Matthew Jones writes: > MobileOrg Android already supports speech to text in that, you can go to > capture a new note and click the mic button on the soft keyboard and start > speaking. =C2=A0I don't see that it would be particularly difficult to in= tegrate > this in a larger fashion. =C2=A0There could be a button on the capture in= terface > that would let you start it automatically. =C2=A0=C2=A0 Thanks for your ideas. Using MobileOrg's ability to process spoken texts is fine. In the car, however, it would be necessary to reduce clicks to one or two. Switching on speech input on the soft-keyboard would be difficult, because the respective key is much too tiny. At the moment I'm using "Voice Command" which starts recording when pressing the "search" key (hardware). This is fine. But still one has to manually start MobileOrg, switch to the capture screen and paste the text. That could be easier with the help of Tasker. > Also... given that you had a button to activate the speech to text without > having to pull up the soft keyboard... you could write another application > that calls MobileOrg's Capture activity with that mode enabled. I have tried to teach Tasker how to call the Capture activity. Without success so far. Am I right that the activity is called by the command "com.matburt.mobileorg.Capture"? To my regret, Tasker's "Action Intent" task doesn't seem to understand that command. If I could get that working, it would be easy to create an icon to capture a spoken note and save it with only one click. Greetings, Sven