The weeb for the next gen discord boat - Wamellow wamellow.com
bot discord
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

add text to speech docs

Luna 96303e7c 9ad350c7

+76
+20
public/docs/meta.json
··· 91 91 "Manage Server" 92 92 ] 93 93 } 94 + }, 95 + { 96 + "name": "๐Ÿ”Š Text to Speech", 97 + "file": "text-to-speech.md", 98 + "image": "", 99 + "description": "Convert conversational text to human-like speech in voice channels.", 100 + "permissions": { 101 + "bot": [ 102 + "Connect", 103 + "Speak", 104 + "View Channel", 105 + "Send Messages", 106 + "Embed Links" 107 + ], 108 + "user": [ 109 + "View Channel", 110 + "Send Messages", 111 + "Use Application Commands" 112 + ] 113 + } 94 114 } 95 115 ] 96 116 }
+56
public/docs/text-to-speech.md
··· 1 + It's absolutely crucial for people with speech impairments like aphonia or dysphonia. It ensures inclusivity and allows everyone to participate fully, promoting accessibility and community engagement. 2 + <br /> 3 + 4 + <iframe src="https://www.youtube.com/embed/NS5fZ1ltovE" height="513" frameborder="0"> 5 + </iframe> 6 + 7 + ## Setup 8 + 1. Install Wamellow on your server by going to [wamellow.com/add](https://wamellow.com/add). 9 + 2. Head to the dashboard by going to [wamellow.com/dashboard](https://wamellow.com/dashboard). 10 + 3. **๐ŸŽ‰ Done!** Use the commands `/tts voice` for talking inside Voice Channels. 11 + <br /> 12 + <br /> 13 + 14 + **Chat to Speech** *(optional)* 15 + 16 + 3. Select a channel to be used in the "Text to Speech" section on the website 17 + 4. Join any voice channel in your Server (be sure Wamellow can join and talk in it). 18 + 5. **๐ŸŽ‰ Done!** Start writing messages in the selected channel for Wamellow to speak! 19 + 20 + ### ๐Ÿ“‘ Usage logs 21 + Pick a channel where any Text to Speech events from your server should be logged, mainly for moderation purposes. 22 + <br /> 23 + <br /> 24 + 25 + **Note:** This does not log any `/tts file` command. This is simply for simplicity and privacy reasons. 26 + 27 + ### ๐Ÿ˜ท Priority role 28 + Pick a role that lets users override other messages that are currently being spoken. This lets users start talking right away without the "please wait..." message popping up. It's a good idea to give this role to people who are actually disabled. 29 + 30 + ### ๐Ÿ”‰ Announce user 31 + Wamellow will announce which user is currently talking through it. If a user says "hello there," the bot will speak "Luna says: hello there." 32 + <br /> 33 + <br /> 34 + 35 + **Note:** This feature is experimental. Please note that usernames written in languages other than the actual written message will cause the Text to Speech to fail. 36 + 37 + ### ๐Ÿ” Max message length 38 + Set a maximum length for messages to avoid spamming. 39 + <br /> 40 + <br /> 41 + 42 + Discord Nitro members can send messages with up to 4,000 characters, while non-Nitro members can only send 2,000. This is a Discord limitation. 43 + <br /> 44 + <br /> 45 + 46 + While this feature is free, we would be grateful if you could consider [shooting us a donation](https://ko-fi.com/mwlica) or [voting on top.gg](/vote). Please note that messages longer than 300 characters are vote locked. Unfortunately, money and growth (sadly) don't grow on trees (money isn't exactly normal paper). 47 + 48 + ### ๐Ÿคš Blacklist users & roles 49 + If you want to prevent certain users from using text or chat to speech, you can either use Discord's channel or integration permission system. 50 + 51 + ## Avoiding Chat to Speech 52 + To prevent Wamellow from speaking your messages inside of Chat to Speech channels, simply take the following actions: 53 + 54 + - Just add some special characters at the start of your message, like `!`, `?`, `>`, `.`, `,` and so on. 55 + - If you're not connected to any voice channels, those messages will also be ignored. 56 + - If you want to disable Chat to Speech permanently, you can use the command `/tts set chat-to-speech`.