by Dictate Button on WordPress.org
Adds speech-to-text dictation functionality to WordPress forms via dictate-button.io, making your site more accessible with voice input capabilities.

Plugin settings page showing form type configuration options
The Dictate Button plugin enables speech-to-text functionality for various form types on your site by adding a dictate button which performs the transcription via the dictate-button.io service.
It allows users to dictate text rather than type it, making your site more accessible and user-friendly.
Please note: This plugin requires an account and site registration on dictate-button.io.
This plugin performs audio transcription through the Dictate Button API.
When requested by the user, it records the user’s voice and sends the recording to the Dictate Button API for transcription.
Please note that the Dictate Button service is still in Beta, so we may store some of your data temporary, such as your browser user agent and the voice recording with transcription, for the sake of testing and improving the service.
Currently this service is provided “AS IS” and free of charge (up to certain limits):
terms of service, privacy policy.
The plugin includes the dictate-button library of Apache License 2.0.
The plugin development repository is available on GitHub.
We locally bundle the JS code from Apache-2.0-licensed dictate-button library to the assets/js folder this way:
pnpm install
pnpm run build
The source code of the dictate-button library is available on GitHub.