Menu

Kaldi online Decoding on Android phones

Developers
protino
2015-06-12
2015-06-17
  • protino

    protino - 2015-06-12

    Implementation of kaldi online decoding on Android and possible hazards.

     
    • Jan "yenda" Trmal

      Perhaps you'd like to formulate it as a question in English? y.

      On Fri, Jun 12, 2015 at 10:19 AM, protino protino@users.sf.net wrote:

      Implementation of kaldi online decoding on Android and possible hazards.


      Kaldi online Decoding on Android phones


      Sent from sourceforge.net because you indicated interest in <
      https://sourceforge.net/p/kaldi/discussion/1355349/>

      To unsubscribe from further messages, please visit <
      https://sourceforge.net/auth/subscriptions/>

       
      • protino

        protino - 2015-06-12

        I didn't get you..

         
        • Jan "yenda" Trmal

          I guess it depends largely on the floating point arithmetic performance in
          the current android devices.
          I googled for some numbers and it seems the real performance might be
          around 2GFLOPS, which is quite low compared to CPUs (~ tens of GFLOPS).
          So I think while it might be an interesting exercise and I'd be definitely
          interested in the outcome, I doubt about the practicality of that endeavor.

          y.

          On Fri, Jun 12, 2015 at 10:22 AM, protino protino@users.sf.net wrote:

          I didn't get you..


          Kaldi online Decoding on Android phones


          Sent from sourceforge.net because you indicated interest in <
          https://sourceforge.net/p/kaldi/discussion/1355349/>

          To unsubscribe from further messages, please visit <
          https://sourceforge.net/auth/subscriptions/>

           
      • protino

        protino - 2015-06-13

        Thanks for your valuable advice.. :)
        Is there any toolkit which can once trained perform decoding on mobile hardware itself..

         
        • Daniel Povey

          Daniel Povey - 2015-06-13

          Sphinx has traditionally been associated with on-device decoding but I
          don't think the performance is that great. I don't know the details.
          Dan

          On Sat, Jun 13, 2015 at 12:29 AM, protino protino@users.sf.net wrote:

          Thanks for your valuable advice.. :)
          Is there any toolkit which can once trained perform decoding on mobile
          hardware itself..


          Kaldi online Decoding on Android phones


          Sent from sourceforge.net because you indicated interest in
          https://sourceforge.net/p/kaldi/discussion/1355349/

          To unsubscribe from further messages, please visit
          https://sourceforge.net/auth/subscriptions/

           
  • protino

    protino - 2015-06-12

    What are possible implementation hazards in deploying kaldi on android phones?
    Is it feasible to carry out online decoding on phone's hardware?