Audio Player
An app to play audio files in the simulated OS. Double-click audio files in Explorer to launch the player.
flowchart TB
subgraph row1[" "]
direction LR
File["UOperatingSystemAudioFile"] --> Prog["UOperatingSystemAudioPlayer"]
end
subgraph row2[" "]
direction LR
Widget["Audio Player UOperatingSystemProgramWidget"] --> Media["USoundBase / media playback"]
end
Prog --> Widget
| Guide | Topic |
|---|---|
| Audio Player program | Program Blueprint |
| Audio Player file | File type setup |