The Text-to-Speech API is available at the following endpoint: https://api.pawan.krd/tts
The API supports the following methods:
if (!window.decodeBackStanza) { | |
window.decodeBackStanza = require("WAWap").decodeStanza; | |
window.encodeBackStanza = require("WAWap").encodeStanza; | |
} | |
require("WAWap").decodeStanza = async (e, t) => { | |
const result = await window.decodeBackStanza(e, t); |
Playwright doesn't support Fedora distribution. Following is a description how to run the tests using Ubuntu 22.04 image using distrobox
which is fairy supported on various Linux distributions.
sudo dnf install distrobox podman