The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description.
- Image from https://www.archlinux.org/
The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description.
| Time Event | |
| 2017-09-09 09:26:09.3 1 | |
| 2017-09-09 09:27:50.6 1 | |
| 2017-09-09 09:33:28.9 1 | |
| 2017-09-09 09:40:44.7 1 | |
| 2017-09-09 09:54:33.2 1 | |
| 2017-09-09 09:58:23.2 1 | |
| 2017-09-09 10:02:02.0 1 | |
| 2017-09-09 10:03:18.5 1 | |
| 2017-09-09 10:05:58.8 1 |
| ''' | |
| Repeatedly run a command if the system records a sound loud enough. | |
| Requires PyAudio and Numpy. | |
| Windows users: | |
| win32 Python 2.7: http://www.python.org/ftp/python/2.7.3/python-2.7.3.msi | |
| Numpy: http://sourceforge.net/projects/numpy/files/NumPy/1.7.1/numpy-1.7.1-win32-superpack-python2.7.exe/download | |
| PyAudio: http://people.csail.mit.edu/hubert/pyaudio/packages/pyaudio-0.2.7.py27.exe | |
| ''' | |
| import os |
| """ This is an implementation of the paper found here: http://www.cs.cmu.edu/~htong/pdf/ICME04_tong.pdf """ | |
| import Image | |
| import numpy | |
| import pywt | |
| import sys | |
| thresh = 35 | |
| MinZero = 0.05 |
| """ This is an implementation of the paper found here: http://www.cs.cmu.edu/~htong/pdf/ICME04_tong.pdf """ | |
| import Image | |
| import numpy | |
| import pywt | |
| import sys | |
| thresh = 35 | |
| MinZero = 0.05 |