From ef2e39c94b2797642f14766641c3cf8cd456a82c Mon Sep 17 00:00:00 2001 From: Kyle Reed <3761006+kallanreed@users.noreply.github.com> Date: Wed, 28 Jun 2023 17:03:32 -0700 Subject: [PATCH] Updated Replay (markdown) --- Replay.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Replay.md b/Replay.md index 20b1c09..af426e0 100644 --- a/Replay.md +++ b/Replay.md @@ -4,18 +4,21 @@ This app allows captured signals to be replayed. ![Playlist](https://github.com/eried/portapack-mayhem/assets/3761006/8e494c6a-bed6-43f8-8af0-aca58f7958ff) +Top controls * The top line is the name of the currently selected capture file to play. * The second line has the Frequency (which can be modified) and the capure's sample rate. * At the end of the second line, there are two progress bars. The top indicates the progress in playlist, and the bottom indicates the transmit progress of the current item. * The third line indicates the length of the current item. You can set the TX gain (0-47), TX amp (0|14), loop mode, and toggle playback. * The fourth line indicates the current playlist path. +Buttons * Left/Right buttons allow you to change the currently selected track. * "+ File" button will open the file picker to select a new C16 (capture) file to add at the *END* of the playlist. * X button will delete the currently selected item from the playlist. * Open button will open the file picker to select a new PPL (playlist) file. This will overwrite the current playlist. * Save button will save the modification to the current playlist. +Tips and Quirks - When "Loop" is checked, it will continue to play the entire playlist until stopped. - Playback always restarts from the beginning of the playlist. - Once a capture has been added to the playlist, you can modify the playback center frequency. This is done on a per-track basis and is _NOT_ saved as part of the playlist.