Skip to content
Snippets Groups Projects
Commit 65d201ed authored by Philemon Prevot's avatar Philemon Prevot
Browse files

Update file README.md

parent 3d5123c5
No related branches found
No related tags found
1 merge request!3Add packet timestamp file logging to QHBv3 parser and correct wrong mag data bytes reading
......@@ -108,21 +108,21 @@ Optional arguments:
As an example, to record a single 30-minute file of 2 channels at 16 kHz, run:
```
jasonrec 2 16000 recording.wav -t 1800
jasonrec 3 2 16000 recording.wav -t 1800
```
To record 4 channels at 128 kHz sample rate in 5-minute chunks with filenames
based on time stamps, without stopping, run:
```
jasonrec 4 128000 %Y-%m-%d_%H-%M-%S.wav -c 300
jasonrec 3 4 128000 %Y-%m-%d_%H-%M-%S.wav -c 300
```
To record the same 4 channels at 128 kHz sample rate in 5-minute chunks with filenames
based on time stamps, without stopping, but with the saving of the imu data run:
```
jasonrec 4 128000 %Y-%m-%d_%H-%M-%S.wav -c 300 -i %Y-%m-%d_%H-%M-%S.csv
jasonrec 3 4 128000 %Y-%m-%d_%H-%M-%S.wav -c 300 -i %Y-%m-%d_%H-%M-%S.csv
```
File names may also include directory names based on time stamps, but the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment