Menu

Multi-channel State Memory Requirements

Help
2019-01-10
2019-01-10
  • Brad Petrus

    Brad Petrus - 2019-01-10

    Hello,

    I am investigating the application of the Sphinx-III recognizer in a DSP/embedded system. The implementation is required to handle multiple audio channels and I am assuming I will be able to sequentially retrieve a frame of audio data for each channel and present that frame to the recognizer with each channel being processed independent of the others.

    I am interested in the amount of memory required to maintain the state for each channel. Can someone point me to appropriate code locations describing any information (structures, arrays, etc) that would need to be maintained for each channel? Or, are there any publications describing these requirements?

    Thanks in advance!
    Brad

     
    • Nickolay V. Shmyrev

      I am assuming I will be able to sequentially retrieve a frame of audio data for each channel and present that frame to the recognizer with each channel being processed independent of the others.

      This assumption is wrong. You have to create a separate recognizer for every channel.

      Can someone point me to appropriate code locations describing any information (structures, arrays, etc) that would need to be maintained for each channel?

      That would be the whole codebase.

       
  • Brad Petrus

    Brad Petrus - 2019-01-10

    Thanks for the quick reply.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.