Hi @wouters_f,
This speech_to_text_ws AI submodule has been released with version 1.0.0.
sundhar → created an issue.
RTBC +1
sundhar → made their first commit to this issue’s fork.
Patch file renamed.
#2 Patch Re-roll
sundhar → made their first commit to this issue’s fork.
#5 Patch for Drupal Core 10.3.6
Attach this patch to resolve the menu violation issue in the menu_ui_get_menu_link_defaults function within the menu_ui module, specifically addressing the comparison of the parent menu link.
Hi @smd_ksu,
There might be some nested views depending on this view plugin. You need to reconfigure those views with the Drupal core view area plugin in the header and footer sections. Once done, you will be able to uninstall this module. This plugin was created temporarily because the Drupal core view area plugin checks if the nested view configuration exists.
Hi @bkerwin,
Run drush mmsg
to debug which view has a problem. Please share the debug message so we can fix the issue.
That accuracy basedon end-user device specification.
More Info: https://www.learningapps.co.uk/moodle/xertetoolkits/play.php?template_id=1278#page1
Hi @ugintl
It's doesn't use any backend service. We used browser SpeechRecognition API for this module. In feature we could add external service like AWS, OpenAI with help of AI module.
Thanks @alan_blake
sundhar → made their first commit to this issue’s fork.
Hi @bill_redman
You needs to configure the following page: /admin/config/systems/speech-to-text
sundhar → made their first commit to this issue’s fork.
sundhar → created an issue.
Check 1.0.7 version
sundhar → created an issue.
Hi @jeba
I reviewed your patch file. Please change the dynamic path for the mic SVG and remove any unwanted code from the patch.
There has been no reply from the reporter for a month.
Hi @greeenskin,
State service dependency creates a circular reference, so I removed that dependency and implemented the functions in the 'lightning_scheduler.datetime.time' service. I used $this->get('lightning_scheduler.request_time', parent::getRequestTime());
in that callback.
Thankyou
sundhar → made their first commit to this issue’s fork.
Jeya sundhar → made their first commit to this issue’s fork.
Jeya sundhar → made their first commit to this issue’s fork.
Hi @Ravi Kant,
Thanks for considering this project. We are going to maintain the theme, so currently, we don't need new maintainers for this theme.
Hi @Ravi Kant,
Thanks for considering this project. We are going to maintain the theme, so currently, we don't need new maintainers for this theme.
Jeya sundhar → made their first commit to this issue’s fork.
Jeya sundhar → created an issue.
Jeya sundhar → made their first commit to this issue’s fork.
Hi @wouters_f,
Yes, the Speech to Text module uses the same browser API, SpeechRecognition. However, the vision is not the same. The CKEditor 5 Speech to Type → module only supports CKEditor 5. In our module, we are focusing on overall text areas and text fields, and we also support multiple languages.
Please review the code changes for a better understanding of these two modules. In our beta-3 release, we aim to support multi-language text and text area fields with the current site language.
Thank you,
Jeya Sundharam
Senior Drupal Developer at YoungGlobes.
Jeya sundhar → made their first commit to this issue’s fork.
This Issue fixed in 3.0.x-dev
Jeya sundhar → made their first commit to this issue’s fork.
As per #4
@sidharth_soman Patch updated manually.
This patch not applying on 1.2.x version
Jeya sundhar → made their first commit to this issue’s fork.
Bot changes updated in this patch.
I checked #19 patch. that patch not worked for me. few changes based on Stackoverflow answer.
I am nominating myself to be the maintainer for this module, primarily because I require a Drupal 10 version for a client site. Additionally, I have a solid understanding of this module.
composer.json changes
Jeya sundhar → created an issue.
Changes merged to 1.0.x
Content updated
Thanks for this tip @alison
:+1 Reviewed for flags and dropdown thats working fine.
Thanks @naveenvalecha
Jeya sundhar → made their first commit to this issue’s fork.
Jeya sundhar → made their first commit to this issue’s fork.
Jeya sundhar → made their first commit to this issue’s fork.
Hi all,
I reviewed this branch(3297166-D10-compatible).
CSS & JS Directory not created
Hi @xpersonas
You need to reorder in manage form display
Oh! mistakenly tested 8.x-3.x
This branch doesn't show that issue
after using this issue repo
D10 site throws
```
TypeError: Drupal\htmlmail\Plugin\Mail\HtmlMailSystem::__construct(): Argument #10 ($mimeTypeGuesser) must be of type Symfony\Component\HttpFoundation\File\MimeType\MimeTypeGuesserInterface, Drupal\Core\ProxyClass\File\MimeType\MimeTypeGuesser given, called in /modules/custom/htmlmail/src/Plugin/Mail/HtmlMailSystem.php on line 147 in Drupal\htmlmail\Plugin\Mail\HtmlMailSystem->__construct() (line 109 of modules/custom/htmlmail/src/Plugin/Mail/HtmlMailSystem.php).
```
Hi @andre.bonon
Thanks for the patch. :+1
Jeya sundhar → made their first commit to this issue’s fork.
Hi @Pol Dellaiera :)
$uri used instead of $url. Coding standard fixes updated :+1