test_tools
Namespaces | Functions | Variables
log_audio.py File Reference

Go to the source code of this file.

Namespaces

 log_audio
 

Functions

def log_audio.end ()
 
def log_audio.start ()
 

Variables

int log_audio.CHANNELS = 2
 
int log_audio.CHUNK = 1024
 
 log_audio.FORMAT = pyaudio.paInt16
 
 log_audio.P = pyaudio.PyAudio()
 
int log_audio.RATE = 44100
 
bool log_audio.RECORDING = False
 
 log_audio.STORAGE_FOLDER = os.path.expanduser('/tmp/hmi')
 
 log_audio.STREAM