-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
41 lines (23 loc) · 1.23 KB
/
readme.txt
File metadata and controls
41 lines (23 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
## Installation
Run bootup.py if you are using this for the first time or in a fresh OS!
#Manually install requirements if needed:
pip install -r requirements.txt
## Startup
Make sure you run bootup.py once before starting using the script for the first time!
This is to ensure the time is tracked and it starts recording after reboot or in case the system's date is outdated.
Simply run audiorecording.py to use it after or audiorecording.py run to start recording straight away.
## Usage
> help for commands
> channels to check channels available in the device
> channel to set the channel from the available devices
The channel is already automaticaly set at startup
> duration #set duration for the recording time (seconds)
The duration is set to record for 3600 sec by default i.e 1h
> storage #set the storage option of the saved recordings
0 for flat and 1 for tree storage
The storage option is by default selected to flat storage on the file the script is placed
> info to check the selected options
> save to save the selected options
Saving will ensure that the script will always record of a set of time and storage choosen
>exit to close program
Each command displayed has a help option included if necessary e.g > duration help