-
-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: different sounds on PM and room message receiving #95
Comments
Any idea on this? |
Hello @Finnboy94 , thanks for the feature request. That's a great idea. SAPI seems to be a Microsoft product meant for applications. There is however also a Web Speech API, which is directly built into browsers. To make use of it, JavaScript would be required and language information needs to be associated with each message, since attempting to speak a text of another language than the reader's setting would be hard to understand. |
Ah, a great amount of work I see. Would this be perhaps doable at some point? I can provide sound files to choose from on the different types of messages. I don't know much about JavaScript and PHP myself - this just came into my mind when discussing this chat with a few other blidn people. |
Yes, it's certainly doable and a great addition to have. |
I'd enjoy hearing you go into further detail about SAPI and how it relates with this (given that is is a Microsoft Application). |
Also, any suggestions on the sounds? |
SAPI was only a suggestion - the web speech API that is directly built into browsers is probably far better. |
I can add a sounds folder with a few suggestions to my fork. I have many sound ideas in mind. |
PR #109 has some sample files. |
Nice! I definitely want to give that a look. |
Hello,
I am asking this as a blind user. Could it be possible to get sounds for the PMs and room-wide messages? Also, could it be possible to get SAPI to read the messages. Asking this for other blind users as well who have to refresh the page and read it with their screen readers to get the new messages.
Thanks.
The text was updated successfully, but these errors were encountered: