https://github.com/vit0r/poc-audio-reco
audio to text
https://github.com/vit0r/poc-audio-reco
audio pyaudio python qt5 qt5-gui speechrecognition-python
Last synced: about 1 month ago
JSON representation
audio to text
- Host: GitHub
- URL: https://github.com/vit0r/poc-audio-reco
- Owner: vit0r
- Created: 2018-01-18T13:30:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T13:39:10.000Z (almost 4 years ago)
- Last Synced: 2025-07-21T10:34:34.811Z (11 months ago)
- Topics: audio, pyaudio, python, qt5, qt5-gui, speechrecognition-python
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Windows ENV ###
## install python 3.5.0 ##
[https://www.python.org/ftp/python/3.5.0/python-3.5.0.exe]
## install PYQT DESIGNER 5 ###
[https://downloads.sourceforge.net/project/pyqt/PyQt5/PyQt-5.6/PyQt5-5.6-gpl-Py3.5-Qt5.6.0-x32-2.exe]
# c:\Python35\python.exe -m pip install virtualenv
`virtualenv --python=c:\Python35\python.exe dir_projeto\env`
###### active env
###### entre na pasta do projeto\env\Scripts or env/bin/activate e execute o comando:
`$ source activate ou active.bat`
###### Install SO dependencies
`$ sudo apt-get install python-all-dev portaudio19-dev python-pyaudio python3-pyaudio`
###### Install requirements.txt
`$ pip install -r dir_projeto\requirements.txt`
or
`$ pipenv shell`
## Habilitar o device mixagem externo no windows