I had done this ASR using pocketsphinx with Qt(around 3 years back). You
can find code for that at https://gitorious.org/nightingale and it worked
on Nokia's N900 very well.
Hope this helps.
With regards,
Gopalakrishna
On Wed, Jan 22, 2014 at 3:46 AM, Adnan RIHAN wrote:
> Hello everybody,
>
On Wed, Sep 11, 2013 at 9:43 PM, Vojtěch Král wrote:
> Hi,
> I don't understand how to edit text blocks in QTextDocument using
> QTextCursor.
> So far I've been inserting text using QTextCursor::insertText() and it
> worked fine,
> however, I later noticed that each call to QTextCursor::insertTex
On Tue, Jul 9, 2013 at 9:33 AM, andy fillebrown
wrote:
> I think the problem might be the use of the "Force quit" button. That is
> not a normal way to close an application. Pressing the "Force quit" button
> is similar to using the OS to kill the process. I'd be surprised if any
> slots were ca
I used gSOAP to access web service and it worked very well
Regards,
Gopalakrishna
On Fri, Jun 21, 2013 at 6:37 AM, Olivier Austina
wrote:
> Hi,
> How a REST web service can be developed with Qt (or in C++). Or KDSoap
> can be used for this end? Any suggestion is welcome.Thanks.
> Regards
> Ol
Hi,
On Tue, May 14, 2013 at 3:11 PM, Adrian Stern
wrote:
> Hello
>
> I'm looking for an easy way to get a unique ID for the system my software
> is running on.
> We need this ID to be absolutely unique so we can identify each running
> system and assing stuff to it.
>
> So far I found a few linu
On Fri, Apr 12, 2013 at 5:49 AM, Joseph W Joshua wrote:
> Hi all,
>
> ** **
>
> I am having a problem in exiting an application.
>
> ** **
>
> Basically, this is a small GUI application which opens, checks for updates
> and then
>
> starts another executable in the same folder. After
Hi,
On Sun, Sep 16, 2012 at 9:44 PM, Shriramana Sharma wrote:
> Hello.
>
> I'm working on some stuff involving bezier curves and wanted to write
> my own bezier display applet to keep in handy, so that I can adjust
> the nodes and handles and it would show me real-time what the
> resultant curve
Anyone?
On Tue, Jul 31, 2012 at 12:10 PM, Gopalakrishna Bhat
wrote:
> Hi All,
>
> I'm using Qt VS 2010 adding with Qt 4.8.1. When I load a pro file of a
> medium sized project, Visual Studio says "Not Responding" and stays in that
> state for about 10min before re
Hi All,
I'm using Qt VS 2010 adding with Qt 4.8.1. When I load a pro file of a
medium sized project, Visual Studio says "Not Responding" and stays in that
state for about 10min before resuming normal operations. Am I doing
anything wrong here?
BTW in VS2008 the same pro file loads in a jiffy.
W
On Wed, Jun 13, 2012 at 2:08 AM, Jason H wrote:
> Being on the embedded side, I can see why he wants only one client at a
> time. It coudl be that he has a serial protocol that is not going over TCP,
> where there is no idea of multiple clients.
> He should be able to set maxPendingConnections to
On Tue, Jun 12, 2012 at 8:20 PM, BRM wrote:
> > From: Gopalakrishna Bhat
>
> >Hi,
> >
> >
> >I am trying to use QTcpServer to accept connection from only one client
> at a time, but i'm not able to do so.
> >
> >
> >I tr
On Tue, Jun 12, 2012 at 3:47 PM, Andre Haupt wrote:
> On Tue, Jun 12, 2012 at 02:44:54PM +0530, Gopalakrishna Bhat wrote:
> > Hi,
> >
> > I am trying to use QTcpServer to accept connection from only one client
> at
> > a time, but i'm not abl
Hi,
I am trying to use QTcpServer to accept connection from only one client at
a time, but i'm not able to do so.
I tried setting setMaxPendingConnections to one but then
also waitForConnected on the second client returned true. I want
waitForConnected to return true only for the first client.
A
Ah..Sorry made a personal post :)
-- Forwarded message --
From: Gopalakrishna Bhat
Date: Fri, Jan 13, 2012 at 6:31 PM
Subject: Re: [Interest] programatically adding a list to a QTextDocument
To: Graham Labdon
QTextCursor has insertBlock method that you can use to insert into
On Thu, Jan 12, 2012 at 7:20 PM, Atlant Schmidt
wrote:
> > > My over 20 years experience shows that there is no bug free software,
> > > there are bugs that either have not being found yet or just ignored.
> >
> > Well, one example of a bug-free application would be
> >
> > int main()
> > {
> >
>
> o Externally – In this situation, you keep the non-textual
>files in whatever native format they arrived in and just
>embed a link to them within your textual document.
>The advantages and disadvantages are the reverse of
>the situation above. Advantages: 1)
16 matches
Mail list logo