Add FAQ TTS test screenshot #195

Merged
root merged 1 commit from faq_plus_tts into faq_plus_tts 2023-12-05 04:39:46 +00:00
Member
No description provided.
meenbeese (Migrated from github.com) approved these changes 2023-12-05 04:39:38 +00:00
biodranik (Migrated from github.com) reviewed 2023-12-05 17:55:02 +00:00
@ -81,0 +81,4 @@
In order to test the voice instructions, you can tap on "Test Voice Directions (TTS, Text-ToSpeech)" in OM "Settings → Voice Instruction" menu or you can actually start a navigation to receive any voice output. Organic Maps will not give you any voice instructions while you're standing still.
<img src='/images/screenshots/tts_test.png' width='400' alt='Screenshot TTS Test'>
biodranik (Migrated from github.com) commented 2023-12-05 17:54:33 +00:00

I don't think that encoding screenshot size in markdown is a good idea. It can/should be styled in css. You can add a markdown-style image instead.

I don't think that encoding screenshot size in markdown is a good idea. It can/should be styled in css. You can add a markdown-style image instead.
gpesquero reviewed 2023-12-05 21:19:16 +00:00
@ -81,0 +81,4 @@
In order to test the voice instructions, you can tap on "Test Voice Directions (TTS, Text-ToSpeech)" in OM "Settings → Voice Instruction" menu or you can actually start a navigation to receive any voice output. Organic Maps will not give you any voice instructions while you're standing still.
<img src='/images/screenshots/tts_test.png' width='400' alt='Screenshot TTS Test'>
Author
Member

Sorry, but my knowledge about CSS styling is null, and I cannot find any example across the code as all the existing images follow this same size encoding type.

Can you please provide a CSS sample code that I could follow?

Sorry, but my knowledge about CSS styling is null, and I cannot find any example across the code as all the existing images follow this same size encoding type. Can you please provide a CSS sample code that I could follow?
biodranik (Migrated from github.com) reviewed 2023-12-06 11:25:01 +00:00
@ -81,0 +81,4 @@
In order to test the voice instructions, you can tap on "Test Voice Directions (TTS, Text-ToSpeech)" in OM "Settings → Voice Instruction" menu or you can actually start a navigation to receive any voice output. Organic Maps will not give you any voice instructions while you're standing still.
<img src='/images/screenshots/tts_test.png' width='400' alt='Screenshot TTS Test'>
biodranik (Migrated from github.com) commented 2023-12-06 11:25:00 +00:00

We can leave it for future website redesign. I hope the hard-coded width will work for mobiles with a narrow screen.

We can leave it for future website redesign. I hope the hard-coded width will work for mobiles with a narrow screen.
gpesquero reviewed 2023-12-06 20:58:57 +00:00
@ -81,0 +81,4 @@
In order to test the voice instructions, you can tap on "Test Voice Directions (TTS, Text-ToSpeech)" in OM "Settings → Voice Instruction" menu or you can actually start a navigation to receive any voice output. Organic Maps will not give you any voice instructions while you're standing still.
<img src='/images/screenshots/tts_test.png' width='400' alt='Screenshot TTS Test'>
Author
Member

I've made some checks and the issue with narrow screens can be solved by replacing width='400' with style='width:100%; max-width:400px'

I've made some checks and the issue with narrow screens can be solved by replacing `width='400'` with `style='width:100%; max-width:400px'`
Sign in to join this conversation.
No description provided.