Feature: Add a Stoat <-> Discord Voice Bridge so then users from Stoat can communicate with users on Discord and vice versa.
Problem: stoat.py currently does not support voice chat joins/audio for bots.
Possible solution: Use revoice.js to add voice support (emulate to python via subprocess, express.js or just use a second process right away).
Problem here: revoice.js currently does not support audio reception for bots, meaning the bridge would only be from Discord to Stoat and not bidirectional. A respective feature is in the works.
Temporary solution: Use a stoat selfbot that can access voice chats, "interact" aka voice reception / audio output.
Feature: Add a Stoat <-> Discord Voice Bridge so then users from Stoat can communicate with users on Discord and vice versa.
Problem: stoat.py currently does not support voice chat joins/audio for bots.
Possible solution: Use revoice.js to add voice support (emulate to python via subprocess, express.js or just use a second process right away).
Problem here: revoice.js currently does not support audio reception for bots, meaning the bridge would only be from Discord to Stoat and not bidirectional. A respective feature is in the works.
Temporary solution: Use a stoat selfbot that can access voice chats, "interact" aka voice reception / audio output.