mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-11-23 10:05:27 +00:00
Updated Playlist (markdown)
parent
d063b78522
commit
db970b7f0c
16
Playlist.md
16
Playlist.md
@ -1,17 +1,17 @@
|
||||
This app allows users to create playlists of previously captured signals and replay them in a specific order. The playlist app shares a UI with the [Replay app](https://github.com/eried/portapack-mayhem/wiki/Replay).
|
||||
This app allows users to create playlists of previously captured signals and replay them in a specific order.
|
||||
|
||||
A sample playlist.txt file is included in the SD card samples.
|
||||
A sample PLAYLIST.PPL file is included in the SD card.
|
||||
|
||||
The file with PPL extension is just text file, you could edit it with any of the text editor.
|
||||
|
||||
Playlist files are comma delimited and have the following structure:
|
||||
|
||||
FREQ,File_PATH,SAMPLE_RATE
|
||||
|
||||
For example, a valid playlist file could contain:
|
||||
|
||||
##FREQ FILE SAMPLE RATE
|
||||
315000000,SAMPLES/TeslaChargePort_US.C16,500000
|
||||
433920000,SAMPLES/TeslaChargePort_EU_AU.C16,500000
|
||||
|
||||
Note that lines beginning with # are treated as comments and ignored.
|
||||
```
|
||||
315000000,SAMPLES/TeslaChargePort_US.C16,500000
|
||||
433920000,SAMPLES/TeslaChargePort_EU_AU.C16,500000
|
||||
```
|
||||
|
||||
[Video demonstration of playlist app](https://user-images.githubusercontent.com/164560/191515258-36621648-3827-4eed-b77b-e8dbaf9be63e.mov)
|
||||
|
Loading…
Reference in New Issue
Block a user