Menu

Porting pocketsphinx into a non-OS platfrom

Help
Terry
2012-04-04
2012-09-22
  • Terry

    Terry - 2012-04-04

    Hi, I want to ask that whether we can compile pocketsphinx and sphinxbase into
    a non-OS embedded system or not? (non-OS means that there's no OS in the
    hardware).

    thanks

     
  • Nickolay V. Shmyrev

    Sure, you even can run pocketsphinx on a chip.

     
  • Terry

    Terry - 2012-04-05

    than can I skip all functions or codes about pthread or memory mapping? Like
    the content of err.c or sbthread.c since they may not be used? thanks!

     
  • Nickolay V. Shmyrev

    Yes, some parts are not really critical for the system functionality and could
    be stripped relatively easy.

     
  • Salvo Daniele Valente

    Hi everybody,

    I'm dealing with a similar problem. I'm in a project that is dealing with
    automation systems.
    My team needs to use PocketSphinx on an ARM evaluation board with no operating
    system. If this is possible (like you told before) which are the minimum
    hardware requirement in order to work properly?

    Thanks a lot in advance.

     
  • Nickolay V. Shmyrev

    which are the minimum hardware requirement in order to work properly?

    The target hardware platform for pocketsphinx is Sharp Zaurus SL-5500 hand-
    held computer. The Zaurus is typical of the previous generation of hand-held
    PCs, having a 206MHz StrongARM R processor, 64MB of SDRAM, 16MB of flash
    memory, and a quarter-VGA color LCD screen.

     

Log in to post a comment.