Update documentation
This commit is contained in:
parent
ab6398d3fb
commit
5cf0864b75
18
README.md
18
README.md
@ -22,7 +22,7 @@ sudo make uninstall
|
||||
|
||||
## Configuration
|
||||
|
||||
In [./usr/local/etc/nbmrec/nbmrec.conf], you can specify a start and end time:
|
||||
In [./usr/local/etc/nbmrec/nbmrec.conf](/usr/local/etc/nbmrec/nbmrec.conf), you can specify a start and end time:
|
||||
|
||||
```text
|
||||
START_TIME=22:00
|
||||
@ -45,6 +45,22 @@ sudo systemctl daemon-reload
|
||||
|
||||
You could also prefer modify [./conf/nbmrec.conf](./conf/nbmrec.conf), and run `make install` after each modification.
|
||||
|
||||
You can set an other output folder for your records:
|
||||
|
||||
```text
|
||||
RECORD_DIR=/mnt/DATA/media/records
|
||||
```
|
||||
|
||||
Or a filename prefix for your recordings:
|
||||
|
||||
```text
|
||||
PREFIX=nbmrec
|
||||
```
|
||||
|
||||
This way, the records filename will be in the form `nbmrec_20220630_220000.wav`.
|
||||
|
||||
|
||||
Enjoy !
|
||||
|
||||
## Reference
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user