[WIP] Added text to speech instructions #171

Closed
meenbeese wants to merge 1 commit from tts-instructions into master
8 changed files with 172 additions and 2 deletions

View file

@ -30,11 +30,13 @@ stripe = "https://donate.organicmaps.app/"
address = "Address"
back = "Back to News"
contact = "Contact Us"
engines = "Supported TTS Engines"
install-appgallery = "Install Organic Maps from Huawei AppGallery"
install-appstore = "Install Organic Maps from the AppStore"
install-googleplay = "Install Organic Maps from Google Play"
install-fdroid="Install Organic Maps from F-Droid"
language = "English"
const_lang = "Language"
meenbeese commented 2023-09-24 21:28:02 +00:00 (Migrated from github.com)
Review

Is there a better way to name this?

Is there a better way to name this?
name = "Name"
token = "Token"

View file

@ -110,4 +110,4 @@ Organic Maps is an [open-source software][github] licensed under the Apache Lice
[fork]: https://en.wikipedia.org/wiki/Fork_(software_development)
{{ references() }}
{{ references() }}

76
content/faq/index.md Normal file
View file

@ -0,0 +1,76 @@
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
---
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
title: Text-to-Speech on Android
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
description: Guide on how to make TTS work on Android
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
weight: 100
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
extra:
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
menu_title: FAQ
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
---
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
TLDR:
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
Organic Maps uses the system text-to-speech (TTS) engine for voice instructions. The default engines vary by device. The choices can include Google Text-to Speech, device manufacturer's engine or a third-party one.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
The official recommendation from Organic Maps is [RHVoice](https://rhvoice.org/), which is a free and open source speech engine that can be downloaded from [Google Play](https://play.google.com/store/apps/details?id=com.github.olga_yakovleva.rhvoice.android) and [F-Droid](https://f-droid.org/en/packages/com.github.olga_yakovleva.rhvoice.android/).
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
## Instructions
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
- Open the Settings app on your Android device.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
- Select Additional Settings and then select Accessibility.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
- Choose your preferred engine, speech rate and pitch.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
If you cannot find the relevant setting, open the settings app and search for Text-to-speech.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
P.S: Do note that these steps will vary based on the phone brand you are using.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
Said options may not appear if you don't have a TTS already installed on your device. Please refer to the table below to install any one of them that supports your native language.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
## Screenshots
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
| | | |
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
| ----------- | ----------- | ----------- |
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
| <img src='/images/screenshots/tts_config_1.jpg' width='400' alt='Screenshot 1'> | <img src='/images/screenshots/tts_config_2.jpg' width='400' alt='Screenshot 2'> | <img src='/images/screenshots/tts_config_3.jpg' width='400' alt='Screenshot 3'> |
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
simonschaufi commented 2023-10-01 10:29:15 +00:00 (Migrated from github.com)
Review

These alt tags are not useful at all. Please a more descriptive text.

These alt tags are not useful at all. Please a more descriptive text.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
## Engines
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
Below is a comprehensive list showing several engines and the languages they support (download links can be found after the table):
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
{{ tts_table() }}
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
## Downloads
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
- [Acapela Voices TTS](https://play.google.com/store/apps/details?id=com.acapelagroup.android.tts)
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
- [Amazon Ivona TTS](https://apkpure.com/ivona-text-to-speech-hq/com.ivona.tts/download)
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
- [eSpeak TTS](https://f-droid.org/en/packages/com.reecedunn.espeak/)
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
- [Google Speech Services](https://play.google.com/store/apps/details?id=com.google.android.tts)
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
- [RHVoice TTS (Recommended)](https://play.google.com/store/apps/details?id=com.github.olga_yakovleva.rhvoice.android)
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
- [Vocalizer (Code Factory)](https://play.google.com/store/apps/details?id=es.codefactory.vocalizertts)
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
- [Vocalizer 2 (Nuance)](https://nvda.ru/sintezatory-rechi-vocalizer-expressive2-dlja-nvda#)
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
- [Yandex SpeechKit TTS](https://4pda.to/forum/index.php?showtopic=200728&st=4200#download)
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
## Workarounds
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
If youre having trouble initializing the RHVoice TTS engine on LineageOS or other custom ROMs, try this workaround. RHVoice may not initialize properly and the app may crash, especially if you havent used any TTS engine on your phone before (e.g., new installation, factory reset, etc.). If youre using a custom ROM like LineageOS <ins>without Google Play services and Speech Services by Google</ins>, and you want to use RHVoice as your preferred TTS engine, follow the instructions below as a workaround:
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
- Install the [eSpeak TTS engine](https://f-droid.org/en/packages/com.reecedunn.espeak) available on F-Droid
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
- Set it as the preferred system engine
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
biodranik commented 2023-09-19 20:48:59 +00:00 (Migrated from github.com)
Review

Are these empty lines necessary?

Are these empty lines necessary?
meenbeese commented 2023-09-24 02:19:11 +00:00 (Migrated from github.com)
Review

No, not really. I have removed them.

No, not really. I have removed them.
- Go to LineageOS main **Settings**.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
- Scroll down to **Accessibility**.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
- Select **text-to-speech output** and **Preferred engine** (left side) and make sure **eSpeak** is selected.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
- Go back and press **play** to see if it is working
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
- Install [RHVoice](https://f-droid.org/en/packages/com.github.olga_yakovleva.rhvoice.android/) available on F-droid.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
- Open it, select the language you want to use, tap on the cloud icon (far left) to download voices.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
- Press play button to verify if it is working
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
- Set **RHVoice** as preferred engine (see step 2)
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
- Now, you should be able to use RHVoice without any problems
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.
*In order to hear voice instructions you have to actually start a navigation to receive any voice output, Organic Maps will not give you any voice instructions while you're standing still.*
biodranik commented 2023-09-19 20:45:55 +00:00 (Migrated from github.com)
Review

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md

Simple tables are supported in markdown syntax, check templates/shortcodes/crypto_table.md
biodranik commented 2023-09-19 20:46:33 +00:00 (Migrated from github.com)
Review

ROM here and in other places.

ROM here and in other places.
biodranik commented 2023-09-19 20:47:59 +00:00 (Migrated from github.com)
Review

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table.
https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0

It would be great to mention this list of other TTS engines. And even better, to port it here as a separate maintainable markdown table, like a crypto table. https://docs.google.com/spreadsheets/d/1kZ6cKY_BcCkxmGtCioQi9Z0SvhcWBkf427DQCWSwIDs/edit#gid=0
biodranik commented 2023-09-19 20:48:34 +00:00 (Migrated from github.com)
Review

Can images be referenced with markdown syntax?

Can images be referenced with markdown syntax?
meenbeese commented 2023-09-24 02:53:17 +00:00 (Migrated from github.com)
Review

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.

I don't think so. Even though it can be done for primitive images, we need HTML to adjust the height and the width here.
biodranik commented 2023-09-24 18:16:57 +00:00 (Migrated from github.com)
Review

Can't you adjust the height and width using CSS?

Can't you adjust the height and width using CSS?
meenbeese commented 2023-09-24 20:48:23 +00:00 (Migrated from github.com)
Review

Done! Will be pushing to the branch.

Done! Will be pushing to the branch.
meenbeese commented 2023-09-24 21:03:51 +00:00 (Migrated from github.com)
Review

I think this is a case where practicality beats purity. Using html makes more sense here.

Edit: Upon further research, I found that this is really difficult to do, if possible at all.

I think this is a case where practicality beats purity. Using html makes more sense here. Edit: Upon further research, I found that this is really difficult to do, if possible at all.

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View file

@ -0,0 +1,91 @@
<p id="tts-table" />
{{ trans(key='const_lang', lang=lang) }} | &emsp; {{ trans(key='engines', lang=lang) }}
:------------------|:----------------------------------------------------------
Afrikaans | &emsp; eSpeak
Albanian | &emsp; RHVoice, eSpeak
Arabic | &emsp; Vocalizer, Acapela, Nuance
Aragonese | &emsp; eSpeak
Armenian | &emsp; eSpeak
Basque | &emsp; Vocalizer, Nuance
Bengal | &emsp; Vocalizer, Google, Nuance
Bhojpuri | &emsp; Vocalizer, Nuance
Bulgarian | &emsp; Vocalizer, Nuance, eSpeak
Cantonese | &emsp; Vocalizer, Google, Nuance, eSpeak
Catalan | &emsp; Vocalizer, Acapela, Nuance, eSpeak
Croatian | &emsp; Vocalizer, Nuance, eSpeak
Czech | &emsp; Vocalizer, Acapela, Nuance, eSpeak
Danish | &emsp; Vocalizer, Google, Acapela, Ivona, Nuance, eSpeak
Dongbei | &emsp; Vocalizer
Dutch (BE) | &emsp; Vocalizer, Nuance
Dutch (NL) | &emsp; Vocalizer, Google, Acapela, Ivona, Nuance
English (AU) | &emsp; Vocalizer, Google, Acapela, Nuance, RHVoice
English (IE) | &emsp; Vocalizer, Nuance
English (IN) | &emsp; Vocalizer, Google, Acapela, Nuance
English (SCT) | &emsp; Vocalizer, Nuance, RHVoice
English (UK) | &emsp; Vocalizer, Google, Acapela, Yandex, RHVoice, eSpeak
English (US) | &emsp; Vocalizer, Google, Acapela, Ivona, Yandex, Nuance, RHVoice, eSpeak
English (ZA) | &emsp; Vocalizer, Nuance
Esperanto | &emsp; RHVoice, eSpeak
Estonian | &emsp; eSpeak
Faroese | &emsp; Acapela
Farsi | &emsp; Vocalizer, Nuance, eSpeak
Finnish | &emsp; Vocalizer, Google, Acapela, Nuance, eSpeak
French (BE) | &emsp; Vocalizer
French (CA) | &emsp; Vocalizer, Nuance
French (FR) | &emsp; Vocalizer, Google, Acapela, Ivona, Nuance, eSpeak
Galician | &emsp; Vocalizer, Nuance
Georgian | &emsp; RHVoice, eSpeak
German | &emsp; Vocalizer, Google, Acapela, Ivona, Nuance, eSpeak
Greek | &emsp; Vocalizer, Acapela, Nuance, eSpeak
Hebrew | &emsp; Vocalizer, Nuance
Hindi | &emsp; Vocalizer, Nuance, eSpeak
Hungarian | &emsp; Vocalizer, Google, Nuance, eSpeak
Icelandic | &emsp; eSpeak
Indonesian | &emsp; Vocalizer, Google, Nuance, eSpeak
Irish | &emsp; eSpeak
Italian | &emsp; Vocalizer, Google, Acapela, Ivona, Nuance, eSpeak
Japanese | &emsp; Vocalizer, Google, Acapela, Nuance
Kannada | &emsp; Vocalizer, Nuance, eSpeak
Korean | &emsp; Vocalizer, Google, Acapela, Nuance
Kurdish | &emsp; eSpeak
Kyrgyz | &emsp; RHVoice
Latvian | &emsp; eSpeak
Lithuanian | &emsp; eSpeak
Lojban | &emsp; eSpeak
Macedonian | &emsp; RHVoice, eSpeak
Malay | &emsp; Vocalizer, Nuance, eSpeak
Malayalam | &emsp; eSpeak
Mandarin (CN) | &emsp; Vocalizer, Acapela, eSpeak
Mandarin (TW) | &emsp; Vocalizer, Google, Nuance
Marathi | &emsp; Vocalizer, Nuance
Nepalese | &emsp; eSpeak
Norwegian | &emsp; Vocalizer, Google, Acapela, Ivona, Nuance, eSpeak
Polish | &emsp; Vocalizer, Google, Acapela, Ivona, Nuance, RHVoice, eSpeak
Portuguese (BR) | &emsp; Vocalizer, RHVoice
Portuguese (PT) | &emsp; Vocalizer, Google, Acapela, Ivona, Nuance, eSpeak
Punjabi | &emsp; eSpeak
Romanian | &emsp; Vocalizer, Ivona, Nuance, eSpeak
Russian | &emsp; Vocalizer, Google, Acapela, Ivona, Yandex, RHVoice, eSpeak
Serbian | &emsp; eSpeak
Shaanxi | &emsp; Vocalizer
Shanghainese | &emsp; Vocalizer
Sichuanese | &emsp; Vocalizer
Slovak | &emsp; Vocalizer, Nuance, eSpeak
Slovenian | &emsp; Vocalizer
Spanish (AR) | &emsp; Vocalizer, Nuance
Spanish (CL) | &emsp; Vocalizer, Nuance
Spanish (CO) | &emsp; Vocalizer
Spanish (ES) | &emsp; Vocalizer, Google, Acapela, Ivona, Nuance, eSpeak
Spanish (MX) | &emsp; Vocalizer
Swahili | &emsp; eSpeak
Swedish | &emsp; Vocalizer, Ivona, Nuance, eSpeak
Tamil | &emsp; Vocalizer, Nuance, eSpeak
Telugu | &emsp; Vocalizer
Tatar | &emsp; RHVoice
Thai | &emsp; Vocalizer, Google, Nuance
Turkish | &emsp; Vocalizer, Google, Acapela, Ivona, Yandex, Nuance, eSpeak
Ukrainian | &emsp; Vocalizer, Nuance, RHVoice
Valencian | &emsp; Vocalizer
Vietnamese | &emsp; Vocalizer, Nuance, eSpeak
Welsh | &emsp; eSpeak

View file

@ -8,7 +8,8 @@
{% for page in [
get_section(path="news/_index.md"),
get_page(path="donate/index.md"),
get_page(path="support-us/index.md")
get_page(path="support-us/index.md"),
get_page(path="faq/index.md")
] %}
{% set translated = page.translations | filter(attribute='lang', value=lang) | first %}
{% if translated %}