Vitechability
1.89K subscribers
33 files
169 links
this is the official channel of VI Techability
follow us on YouTube:
https://www.youtube.com/vitechability
facebook:
www.facebook.com/vitechability
Download Telegram
One of the new features coming in NVDA 2024.2 is “Sound Split. This feature allows splitting NVDA sounds into one channel (e.g. left) while sounds from all other applications are directed to the other channel (e.g. right). VI Techability telegram channel.
The options for Sound Split are found in the “Audio” settings. Press NVDA+control+u to open this settings page directly. Alternatively, press NVDA+n to open the menu, then p for preferences, then enter to open settings. With Settings open, press control+tab to “Audio”. vitechability
There are eight options for sound split:
• Sound Split Disabled
• NVDA in both channels and applications in both channels
• NVDA on the left and applications on the right
• NVDA on the left and applications in both channels
• NVDA on the right and applications on the left
• NVDA on the right and applications in both channels
• NVDA in both channels and applications on the left
• NVDA in both channels and applications on the right
You can save how NVDA behaves (e.g. if you always want to have say NVDA on the left and applications on the right). You can also set which modes are available when using the new “Cycle Sound Split Mode” command. The command, NVDA+alt+s, cycles between any modes selected on this screen.
for more interesting updates join us
@vitechability
t.me/vitechability
WhatsApp:
https://whatsapp.com/channel/0029VaL5FekICVfoW6U7UI2I
facebook:
facebook.com/vitechability
Subject: Feature Ideas for Be My Eyes on Windows
Dear Be My Eyes Team,
I'm writing to express my sincere gratitude for bringing your award-winning "Be My Eyes" app to Windows. It's been a tremendous help in increasing my independence.
I'd like to propose a few features that could further enhance the app's functionality:
Adding Additional Pictures:
Currently, the app allows describing various elements like the screen, camera captures, and files. I believe the ability to attach multiple pictures within each "Describe" option would be incredibly beneficial.
Imagine wanting to compare two outfits for a meeting. With this feature, I could upload pictures of both and have the AI describe which one looks best overall. Similarly, before a video call, I could take a picture and ask if I'm properly visible. If not, I could adjust and attach another picture within the same chat session to see if the adjustments improved my visibility.
Text Navigation:
The ability to navigate text while reading AI image descriptions would also be a significant improvement. Currently, screen readers read the entire description aloud. However, navigation features like word-by-word or line-by-line movement would significantly enhance my ability to comprehend and efficiently process the information.
These features would greatly benefit visually impaired users like myself by increasing our independence and improving our experience with the Be My Eyes app.
Thank you for your time and consideration. I look forward to your feedback and the possibility of seeing these features implemented soon.
Sincerely,
VI Techability
prompt:
write an email to be my eyes team with the following point.
Subject: Feature Ideas for Be My Eyes on Windows
Body:
Start with appreciation (1-2 sentences):
• Express gratitude for bringing their award-winning "Be My Eyes" app to Windows. This has significantly improved my independence.
Suggest new features:

Adding Additional Pictures: Propose allowing users to attach multiple pictures within all existing "Describe" options on Be My Eyes. This could include:
◦ Describe My Screen
◦ Take Picture Using Built-in Camera
◦ Describe Picture from File Explorer
◦ Describe Clipboard

Mention potential benefits like comparing pictures for lighting/visibility or identifying specific details. For example, before a meeting or video call, I could take a picture of myself on camera and ask the AI if I'm properly visible. If not, I could then attach another picture within the same chat session, after making adjustments, and ask if I appear better in the second one.

Text navigation: Suggest the ability to navigate text while reading AI image descriptions (word-by-word, line-by-line, etc.). Explain how this improves comprehension and efficiency for visually impaired users.
Conclude with positivity:
• Briefly reiterate the value of these features for visually impaired users.
• Express hope for positive feedback and future implementation.
Hello friends,
You are all aware that Be My Eyes is now available on Windows, and it has been a valuable app for us, especially with its AI image description feature. However, the app could be even more useful if it allowed us to attach additional pictures within the same chat session and enabled text navigation for image descriptions, such as reading word by word or line by line with the help of a screen reader.
I have already suggested these features to the Be My Eyes team, but I believe that one email might not be enough. Therefore, let's conduct an experiment. I urge everyone in this channel to write an email to the Be My Eyes team, requesting the addition of these features to the Windows app.
To make this easier, I have provided a prompt you can use with ChatGPT, Gemini, or any other generative AI to write your email. If you prefer not to use AI, you can refer to the sample email I have provided and write a similar one, or simply copy and paste the sample email. The contact links and email addresses for Be My Eyes are given below.
Note: If you generate the email using the provided prompt with a generative AI, please make sure to check for any mistakes before sending it.
note2: please spread this message as much as you can.
Thank you for your support!
contact info:
web form:
https://support.bemyeyes.com/hc/en-us/requests/new
email:
support@bemyeyes.com
As discussed on Mozilla Connect, Firefox 130 will introduce an experimental new capability to automatically generate alt-text for images using a fully private on-device AI model. The feature will be available as part of Firefox’s built-in PDF editor, and our end goal is to make it available in general browsing for users with screen readers.
Why alt text?
Web pages have a fundamentally simple structure, with semantics that allow the browser to interpret the same content differently for different people based on their own needs and preferences. This is a big part of what we think makes the Web special, and what enables the browser to act as a user agent, responsible for making the Web work for people.
This is particularly useful for assistive technology such as screen readers, which are able to work alongside browser features to reduce obstacles for people to access and exchange information. For static web pages, this generally can be accomplished with very little interaction from the site, and this access has been enormously beneficial to many people.
But even for a simple static page there are certain types of information, like alternative text for images, that must be provided by the author to provide an understandable experience for people using assistive technology (as required by the spec). Unfortunately, many authors don’t do this: the Web Almanac reported in 2022 that nearly half of images were missing alt text.
Until recently it’s not been feasible for the browser to infer reasonably high quality alt text for images, without sending potentially sensitive data to a remote server. However, latest developments in AI have enabled this type of image analysis to happen efficiently, even on a CPU.
We are adding a feature within the PDF editor in Firefox Nightly to validate this approach. As we develop it further and learn from the deployment, our goal is to offer it for users who’d like to use it when browsing to help them better understand images which would otherwise be inaccessible.
Generating alt text with small open source models
We are using Transformer-based machine learning models to describe images. These models are getting good at describing the contents of the image, yet are compact enough to operate on devices with limited resources. While can’t outperform a large language model like GPT-4 Turbo with Vision, or LLaVA, they are sufficiently accurate to provide valuable insights on-device across a diversity of hardware.
Model architectures like BLIP or even VIT that were trained on datasets like COCO (Common Object In Context) or Flickr30k are good at identifying objects in an image. When combined with a text decoder like OpenAI’s GPT-2, they can produce alternative text with 200M or fewer parameters. Once quantized, these models can be under 200MB on disk, and run in a couple of seconds on a laptop – a big reduction compared to the gigabytes and resources an LLM requires. Example Output
The image below (pulled from the COCO dataset) is described by: FIREFOX
graphic: A person is standing in front of a cake with candles.
join us for more interesting updates
@vitechability
t.me/vitechability
WhatsApp:
https://whatsapp.com/channel/0029VaL5FekICVfoW6U7UI2I
facebook:
facebook.com/vitechability
1
What’s new with VoiceOver in iOS 18
Live Recognition, Detect text, people, doors, furniture and more by using the Live Recognition rotor.
VoiceOver Voice Rotor, The VoiceOver language rotor has become the voice rotor. Select any combination of voices, including those from the same language.
Audio Ducking, In VoiceOver > Audio settings, choose whether ducking is off, only active when speaking or always active. Control the level of the VoiceOver volume to be both louder and softer than media.
VoiceOver Tutorial, Learn how to use VoiceOver in a new tutorial that explains how to use VoiceOver commands to control iPhone.
Startup Haptic, VoiceOver uses a haptic to indicate it has started. It can be turned off in VoiceOver > Audio > Sounds & Haptics settings.
Delay before Selection, Control the amount of time before VoiceOver will select an item on the screen after touching the screen. Increasing this value can help reduce accidental touches moving focus.
New Language Support, VoiceOver now supports Lithuanian and Kazakh.
for more interesting updates
@vitechability
t.me/vitechability
WhatsApp:
https://whatsapp.com/channel/0029VaL5FekICVfoW6U7UI2I
facebook:
www.facebook.com/vitechability
good news for Bluetooth and other wireless headphone, speakers and earpods users.
there will be a new option in nvda 2024.2. this new option on the audio settings is “time to keep audio device awake after speech”.
This edit box specifies how long NVDA keeps the audio device awake after speech ends. This allows NVDA to avoid certain speech glitches like dropped parts of words. This can happen due to audio devices (especially Bluetooth and wireless devices) entering standby mode. This might also be helpful in other use cases, such as when running NVDA inside a virtual machine (e.g. Citrix Virtual Desktop), or on certain laptops.
join us for more interesting updates
@vitechability
t.me/vitechability
WhatsApp:
https://whatsapp.com/channel/0029VaL5FekICVfoW6U7UI2I
facebook:
www.facebook.com/vitechability
Audio
Andre Louis
this is the demo of meta glass.
join us for more interesting updates
@vitechability
t.me/vitechability
WhatsApp:
https://whatsapp.com/channel/0029VaL5FekICVfoW6U7UI2I
facebook:
www.facebook.com/vitechability
nvda_2024.2_VI_Techability_telegram_channel.exe
34.5 MB
There is a new feature called sound split. This allows splitting NVDA sounds into one channel (e.g. left) while sounds from all other applications are directed to the other channel (e.g. right).
There are new commands for modifying the synth settings ring, allowing users to jump to the first or last setting, and to increase or decrease the current setting in larger steps. There are also new quick navigation commands, allowing users to bind gestures to quickly jump between: paragraph, vertically aligned paragraph, same style text, different style text, menu item, toggle button, progress bar, figure, and math formula.
follow us for more updates
@vitechability
t.me/vitechability
WhatsApp:
https://whatsapp.com/channel/0029VaL5FekICVfoW6U7UI2I
facebook:
www.facebook.com/vitechability
remote incident manager Rim an accessible remote technical support application is free up to july 18
It's time to experience a never-before-seen level of independence in the field of remote technical support! Our critically acclaimed #RemoteIncidentManager is completely free from now through July 18th! Need to access your home desktop from your laptop while at the conventions? Need to provide some technical support to friends and family? Download Remote Incident Manager on your Windows or macOS machine and witness the power of fully accessible, cross-platform remote desktop access! For the next 18 days, it won't cost you a dime!
download RIM
https://pneumasolutions.com/products/rim/#
Access AI Open to All Explorers, for Free!  VI_Techability
On July 4th, Aira announced that our free Access AI image chat feature is available to all Explorers! Access AI allows Explorers to take a photo or upload one from their camera roll, and receive an instant description. There is also the option to verify the description with a human visual interpreter.
Anything included within an Access AI chat session is secure and private, and no information is shared with third-parties. Access AI was rolled out for limited access in March, but is now being expanded to include all Explorers, whether they are subscribers or have a free account. Both Access AI and Aira Verify are free for all Explorers, to ensure as many people as possible can benefit from these tools.
download:
android:
https://play.google.com/store/apps/details?id=io.aira.explorer&pli=1
Web app:
https://aira.io/desktop/
IOS:
https://apps.apple.com/us/app/aira-explorer/id1590186766
follow us for more updates:
t.me/vitechability
👍1
facebook_comment_fix_VI_Techability.apk
124.2 MB
You can read comments with this version.
Announcing Aira’s Meta Ray-Ban Giveaway!
Enter for your chance to win by completing any of the tasks below. Maximize your chances of winning by completing them all, with opportunities to gain additional entries all month long! Winners will be announced on August 30th and contacted for their prize. Winners can also opt for 150 Aira minutes if they prefer. This giveaway is open to Explorers worldwide, with options to participate in non-U.S. specific tasks.
5 Ways to Enter:
1. Build AI Calls: Earn 1 entry by making a call using the Build AI Access Offer and leaving feedback for your visual interpreter. Earn 1 bonus entry per day for each additional Build AI call you make throughout the month.
2. Access AI: Earn 1 entry per day by using the Access AI feature. Receive 1 additional entry by using Aira Verify to verify your AI description with a visual interpreter.
3. Social Media Posts: Share your stories and tag Aira on social media!
a. Earn 1 entry by tagging a friend in the comments of this post so they don’t miss out.
b. Earn 1 entry per day per social media platform by posting about Aira.
c. Earn 2 entries per day per social media platform by posting a photo and a story about your Aira experience.
d. Earn 3 entries per day per social media platform by posting a video sharing a special story involving Aira.
4. Chase Bank Access Locations: Earn 1 entry per day for making a call from a Chase Bank Access location. Earn a bonus entry for leaving feedback about your experience with Chase Bank or the visual interpreter after the call.
5. 5. RIM (Remote Incident Manager): Earn 3 entries by downloading RIM on your desktop and making a call using Aira’s remote desktop assistance. Earn 1 bonus entry per day for each additional remote assistance call you make throughout the month.
Join in the fun by getting to know Aira’s newest features and the many ways you can access our services for free! We’ll be following along with resources and support throughout the month. Make sure to maximize your entries for your chance to win one of four pairs of Meta Ray-Ban smart glasses! Good luck!
https://aira.io/meta-ray-ban-giveaway/
What's new in NVDA 2024.3?
The Add-on Store will now notify you if any add-on updates are available on NVDA startup.
There are now options to apply Unicode normalization to speech and braille output. This can be useful when reading characters that are unknown to a particular speech synthesizer or braille table and which have a compatible alternative, like the bold and italic characters commonly used on social media. It also allows reading of equations in the Microsoft Word equation editor.
Help Tech Activator Pro braille displays are now supported.
Unassigned commands have been added to scroll the mouse wheel vertically and horizontally.
There are several bug fixes, particularly for the Windows 11 Emoji Panel and Clipboard history. For web browsers, there are fixes for reporting error messages, figures, captions, table labels and checkbox/radio button menu items.
LibLouis has been updated, adding new Braille tables for Cyrillic Serbian, Yiddish, several ancient languages, Turkish, and the International Phonetic Alphabet. eSpeak has been updated, adding support for the Karakalpak language. Unicode CLDR has also been updated.
t.me/vitechability
Voiceover Users – has a recent YouTube App update left you unable to comment? Here’s a fix!
In recent weeks we became aware that a recent You tube App update has left you unable to comment on videos. It appears that the App was updated in late July and while you could still play videos, if you decided to comment on one, your voiceover could not find the send comment button.
Since around iOS16 voiceover got a clever addition called ‘screen recognition’ and if you’ve never looked into what this feature can do, then it’s time to give it a twirl and see if it ‘fixes’ your cumbersome app.
Note: When turning on Screen Recognition, there is a small download from the internet of around 30mb to complete the setup, so make sure your mobile data or Wi-Fi is on before commencing the instructions below.
1. To access the ‘Screen Recognition feature, simply head over to the settings menu. From there go into the accessibility settings, now open Voiceover settings,
2. navigate down to ‘Voiceover Recognition.’
3. In here open ‘Screen Recognition’ and make sure the switch in set to ‘on.’
4. Next item down on this page you need to open the ‘Apply to Apps’ page.
5. Find YouTube (or indeed any other app behaving badly) and double tap to select it.
Now exit the settings menu and try YouTube again. It should be possible now to post your comment on a video. This ‘Screen Recognition’ feature can be applied to any App on your phone, so if you have another App or two that Voiceover isn’t working as well as it should – simply repeat the above steps to see if it solves the issue.
Note, for easy access Screen recognition will also appear on your Rotor where you can turn it on or off as you need it. It is best to have it off for  apps that work well with Voiceover.
join us
@vitechability
t.me/vitechability
Prudence Screen Reader v1.9.5.20240712100148.52.apk
33.7 MB
Latest update enjoy. For More Contact join now
t.me/vitechability