Skip to content

Commit

Permalink
Update README.md (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff authored Nov 4, 2024
1 parent e8817c0 commit f3376ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ plt.show()

* `print_metadata` will enable a DEBUG logger to log read messages, then it will print basic metadata for each found stream.
* `python -m pyxdf.cli.print_metadata -f=/path/to/my.xdf`
* `playback_lsl` will open an XDF file then replay its data in an infinite loop, but using current timestamps. This is useful for prototyping online processing.
* `python -m pyxdf.cli.playback_lsl /path/to/my.xdf`
* `playback_lsl` will open an XDF file, then replay its data in an infinite loop, but using current timestamps. This is useful for prototyping online processing.
* `python -m pyxdf.cli.playback_lsl /path/to/my.xdf --loop`

## Installation

Expand Down

0 comments on commit f3376ec

Please sign in to comment.