mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-11-23 18:15:34 +00:00
Updated Playlist (markdown)
parent
142abd4a08
commit
e524b4faef
15
Playlist.md
15
Playlist.md
@ -6,14 +6,23 @@ The file with PPL extension is just text file, you could edit it with any of the
|
|||||||
|
|
||||||
Playlist files are comma delimited and have the following structure:
|
Playlist files are comma delimited and have the following structure:
|
||||||
|
|
||||||
FREQ,File_PATH,SAMPLE_RATE
|
FREQ,File_PATH,SAMPLE_RATE,PULSE_TIME
|
||||||
|
The unit of PULSE is `ms`, and it's for the pulse before the file at same line.
|
||||||
|
|
||||||
For example, a valid playlist file could contain:
|
For example, a valid playlist file could contain:
|
||||||
```
|
```
|
||||||
315000000,SAMPLES/TeslaChargePort_US.C16,500000
|
315000000,SAMPLES/TeslaChargePort_US.C16,500000,0
|
||||||
433920000,SAMPLES/TeslaChargePort_EU_AU.C16,500000
|
433920000,SAMPLES/TeslaChargePort_EU_AU.C16,500000,50
|
||||||
```
|
```
|
||||||
|
|
||||||
|
It will do:
|
||||||
|
Play SAMPLES/TeslaChargePort_US.C16 at 315000000 Hz freq, with 500000 rate
|
||||||
|
pulse 50 ms
|
||||||
|
Play SAMPLES/TeslaChargePort_EU_AU.C16 at 433920000 Hz freq, with 500000 rate
|
||||||
|
over.
|
||||||
|
|
||||||
|
The LOOP check box is for entire PPL file.
|
||||||
|
|
||||||
[Video demonstration of playlist app](https://user-images.githubusercontent.com/164560/191515258-36621648-3827-4eed-b77b-e8dbaf9be63e.mov)
|
[Video demonstration of playlist app](https://user-images.githubusercontent.com/164560/191515258-36621648-3827-4eed-b77b-e8dbaf9be63e.mov)
|
||||||
|
|
||||||
https://github.com/eried/portapack-mayhem/assets/24917424/fee71d13-855a-4955-ad6d-6ae21d24970a
|
https://github.com/eried/portapack-mayhem/assets/24917424/fee71d13-855a-4955-ad6d-6ae21d24970a
|
||||||
|
Loading…
Reference in New Issue
Block a user