studiomitte / speech-input
Use the speech API to add content
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 5
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^9.5
Replaces
- typo3-ter/speech-input: 0.1.0
This package is auto-updated.
Last update: 2024-10-18 21:39:28 UTC
README
This extension makes it possible to create content by speech using the API SpeechRecognition
.
Check out caniuse.com for browser support, currently it is working in:
- Edge 76+
- Chrome
Usage
- Install the extension using
composer require studiomitte/speech-input
. - After that, opening any record in the backend will show you a new icon in the toolbar to start the speech recognition.
- Press the button and put the cursor in any input or textarea field and start talking.
Hints
- If the icon is not shown, the API might not be available in your browser