bambocher/pocketsphinx-python

Add subclassable abstraction to Pocketsphinx class

Opened this issue · 0 comments

AudioFile and LiveSpeech share a lot of code. It would be nice if there was a class which both of them could subclass that contains that shared code, and would make writing other abstractions (eg. to read from wav files with the wave module, etc.) a bit easier.

I'm happy to submit a PR if that'd help.