Commit graph

3 commits

Author SHA1 Message Date
Wade Fife
02558b69f7 examples: Add throttle to replay_capture.py
Adds --throttle argument, which controls the playback rate to the host
and is set as a percentage of maximum stream endpoint throughput.

Also adds --no-progress to disable the TQDM progress bar and increases
the buffer size used with TQDM to avoid overusing the CPU during
playback to the host.
2023-03-13 17:51:17 -04:00
Wade Fife
d647481681 examples: Fix play region in replay_capture.py 2023-02-06 13:09:11 -06:00
Martin Braun
f43511e913 examples: Add replay_capture.py
This is an example that allows capturing RF data into DRAM, and then
stream it back to host, using the Python API.
2022-03-31 08:10:45 -07:00