aboutsummaryrefslogtreecommitdiff
path: root/audio/py-speechrecognition
Commit message (Collapse)AuthorAgeFilesLines
* Set DISTNAME to PORTNAME.Kevin Lo2016-08-051-2/+1
| | | | | | | Sugessted by: mat Notes: svn path=/head/; revision=419691
* Add a conditional depends on devel/py-monotonic for faster operations inKevin Lo2016-08-051-2/+7
| | | | | | | | | | some functions on Python 2. See: https://github.com/Uberi/speech_recognition/#monotonic-for-python-2-for-faster-operations-in-some-functions-on-python-2 Spotted by: koobs Notes: svn path=/head/; revision=419669
* Import SpeechRecognition 3.4.6Kevin Lo2016-08-043-0/+31
SpeechRecognition is a Python library for performing speech recognition, with support for several engines and APIs, online and offline. Notes: svn path=/head/; revision=419599