Renders an HTML5 audio player element.
Registered as a process-text handler.
| Parameter | Description |
|---|---|
Param1 |
Audio source (currently unused — see TODO) |
Param2 |
Fallback link label; cleared if it parses as a positive integer |
Returns "" if Param1 is empty. Otherwise renders an <audio controls> element.
TODO: The audio
srcand fallbackhrefcurrently use hardcoded placeholder URLs from w3schools.Param1should be wired as the audio source.<>
Returns an HTML <audio> element.
ObjProcessText(ObjData.ObjData) — inherits database and config access from ObjData.
cythonize -3 -a -i ObjTextMp3Player.py
Updated : 2025-10-02