AudioLogger (version 1.0.0) | index AudioLogger.html |
This package implements a SpyWare to record from microphone.
~# python3 AudioLogger.py audioSpy.conf
>>> from os import environ
>>> environ['audioSpy.conf'] = 'audioSpy.conf'
>>> from SpyWare.AudioLogger import audioSpy
>>> audioSpy() # (using env) OR
>>> audioSpy('audioSpy.conf') # (using config file name) OR
>>> audioSpy(argv=["AudioLogger.py", "audioSpy.conf"]) # (using argv)
Classes | ||||||||||
|
Functions | ||
|
Data | ||
__all__ = ['main', 'Daemon', 'config_load'] __author_email__ = 'mauricelambert434@gmail.com' __copyright__ = '\nSpyWare Copyright (C) 2021, 2022 Maurice Lamb...ome to redistribute it\nunder certain conditions.\n' __description__ = '\nThis module implements a SpyWare to record from microphone.\n' __license__ = 'GPL-3.0 License' __maintainer__ = 'Maurice Lambert' __maintainer_email__ = 'mauricelambert434@gmail.com' __url__ = 'https://github.com/mauricelambert/SpyWare' |
Author | ||
Maurice Lambert |