sclass GSay { S text; Int voiceNr; S speaker; // optional, for some voices File audioFile() { ret loadBinaryPageOnce("https://mouth.gazelle.rocks/beaHTML/16", page := 0, +voiceNr, +speaker, +text); } }