Update documentation

This commit is contained in:
Samuel Ortion 2022-07-01 07:37:04 +02:00
parent ab6398d3fb
commit 5cf0864b75
1 changed files with 17 additions and 1 deletions

View File

@ -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