[mirotalk] - welcome EffectsSDK

This commit is contained in:
Miroslav Pejic
2025-09-01 09:18:43 +02:00
parent 6f25e3d30c
commit a7865b54b6
9 changed files with 50 additions and 25 deletions
+20 -5
View File
@@ -438,11 +438,12 @@ To obtain a [MiroTalk P2P license](https://docs.mirotalk.com/license/licensing-o
Do you find MiroTalk P2P indispensable for your needs? Join us in supporting this transformative project by [becoming a backer or sponsor](https://github.com/sponsors/miroslavpejic85). By doing so, not only will your logo prominently feature here, but you'll also drive the growth and sustainability of MiroTalk P2P. Your support is vital in ensuring that this valuable platform continues to thrive and remain accessible for all. Make an impact back MiroTalk P2P today and be part of this exciting journey!
| | | |
| ------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| [![BroadcastX](public/sponsors/BroadcastX.png)](https://broadcastx.de/) | [![Hetzner](public/sponsors/HetznerLogo.png)](https://hetzner.cloud/?ref=XdRifCzCK3bn) | [![LuvLounge](public/sponsors/LuvLounge.png)](https://luvlounge.ca) |
| [![QuestionPro](public/sponsors/QuestionPro.png)](https://www.questionpro.com) | [![BrowserStack](public/sponsors/BrowserStack.png)](https://www.browserstack.com) | [![CrystalSound](public/sponsors/CrystalSound.png)](https://crystalsound.ai) |
| [![Cloudron](public/sponsors/Cloudron.png)](https://cloudron.io) | [![Kiquix](public/sponsors/KiquixLogo.png)](https://kiquix.com) | [![LambdaTest](public/sponsors/LambdaTest.png)](https://lambdatest.com/pricing?coupon=QURFODlQUk9NT1RFUg==&refid=1149848) |
| | | |
| ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------- |
| [![EffectsSDK](public/sponsors/EffectsSDK.png)](https://effectssdk.ai/) | [![BroadcastX](public/sponsors/BroadcastX.png)](https://broadcastx.de/) | [![Hetzner](public/sponsors/HetznerLogo.png)](https://hetzner.cloud/?ref=XdRifCzCK3bn) |
| [![LuvLounge](public/sponsors/LuvLounge.png)](https://luvlounge.ca) | [![QuestionPro](public/sponsors/QuestionPro.png)](https://www.questionpro.com) | [![BrowserStack](public/sponsors/BrowserStack.png)](https://www.browserstack.com) |
| [![CrystalSound](public/sponsors/CrystalSound.png)](https://crystalsound.ai) | [![Cloudron](public/sponsors/Cloudron.png)](https://cloudron.io) | [![Kiquix](public/sponsors/KiquixLogo.png)](https://kiquix.com) |
| [![LambdaTest](public/sponsors/LambdaTest.png)](https://lambdatest.com/pricing?coupon=QURFODlQUk9NT1RFUg==&refid=1149848) | | |
</details>
@@ -459,6 +460,20 @@ Do you find MiroTalk P2P indispensable for your needs? Join us in supporting thi
</details>
## EffectsSDK ✨
[![EffectsSDK](public/sponsors/EffectsSDK.png)](https://effectssdk.ai/)
Looking for `powerful Virtual Background and Noise Suppression SDK and Plugins`?
Check out:
- 🎥 [Video Effects Extension](https://chromewebstore.google.com/detail/effetti-webcam-ai-+-regis/iedbphhbpflhgpihkcceocomcdnemcbj)
- 🔊 [Noise Cancelling Extension](https://chromewebstore.google.com/detail/noise-cancelling-app/njmhcidcdbaannpafjdljminaigdgolj)
- 🛠️ [Integrate with EffectsSDK](https://github.com/EffectsSDK)
---
## Diving into Additional MiroTalk Projects:
<details>
+1 -1
View File
@@ -45,7 +45,7 @@ dependencies: {
* @license For commercial use or closed source, contact us at license.mirotalk@gmail.com or purchase directly from CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.5.69
* @version 1.5.70
*
*/
+6 -6
View File
@@ -1,12 +1,12 @@
{
"name": "mirotalk",
"version": "1.5.69",
"version": "1.5.70",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mirotalk",
"version": "1.5.69",
"version": "1.5.70",
"license": "AGPL-3.0",
"dependencies": {
"@mattermost/client": "10.10.0",
@@ -28,7 +28,7 @@
"js-yaml": "^4.1.0",
"jsdom": "^26.1.0",
"jsonwebtoken": "^9.0.2",
"nodemailer": "^7.0.5",
"nodemailer": "^7.0.6",
"openai": "^5.16.0",
"qs": "^6.14.0",
"socket.io": "^4.8.1",
@@ -3800,9 +3800,9 @@
}
},
"node_modules/nodemailer": {
"version": "7.0.5",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-7.0.5.tgz",
"integrity": "sha512-nsrh2lO3j4GkLLXoeEksAMgAOqxOv6QumNRVQTJwKH4nuiww6iC2y7GyANs9kRAxCexg3+lTWM3PZ91iLlVjfg==",
"version": "7.0.6",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-7.0.6.tgz",
"integrity": "sha512-F44uVzgwo49xboqbFgBGkRaiMgtoBrBEWCVincJPK9+S9Adkzt/wXCLKbf7dxucmxfTI5gHGB+bEmdyzN6QKjw==",
"license": "MIT-0",
"engines": {
"node": ">=6.0.0"
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
"version": "1.5.69",
"version": "1.5.70",
"description": "A free WebRTC browser-based video call",
"main": "server.js",
"scripts": {
@@ -60,7 +60,7 @@
"jsdom": "^26.1.0",
"jsonwebtoken": "^9.0.2",
"js-yaml": "^4.1.0",
"nodemailer": "^7.0.5",
"nodemailer": "^7.0.6",
"openai": "^5.16.0",
"qs": "^6.14.0",
"socket.io": "^4.8.1",
+1 -1
View File
@@ -75,7 +75,7 @@ let brand = {
},
about: {
imageUrl: '../images/mirotalk-logo.gif',
title: 'WebRTC P2P v1.5.69',
title: 'WebRTC P2P v1.5.70',
html: `
<button
id="support-button"
+2 -2
View File
@@ -15,7 +15,7 @@
* @license For commercial use or closed source, contact us at license.mirotalk@gmail.com or purchase directly from CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.5.69
* @version 1.5.70
*
*/
@@ -11352,7 +11352,7 @@ function showAbout() {
Swal.fire({
background: swBg,
position: 'center',
title: brand.about?.title && brand.about.title.trim() !== '' ? brand.about.title : 'WebRTC P2P v1.5.69',
title: brand.about?.title && brand.about.title.trim() !== '' ? brand.about.title : 'WebRTC P2P v1.5.70',
imageUrl: brand.about?.imageUrl && brand.about.imageUrl.trim() !== '' ? brand.about.imageUrl : images.about,
customClass: { image: 'img-about' },
html: `
Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

+18 -8
View File
@@ -543,6 +543,16 @@
<div class="clients-inner section-inner has-animations has-top-divider has-bottom-divider">
<ul class="list-reset">
<li class="reveal-from-top" data-reveal-delay="150">
<div class="clients-logo">
<a href="https://effectssdk.ai" target="_blank"
><img
class="clients-size-logo"
src="../sponsors/EffectsSDK-logo.png"
alt="EffectsSDK"
/></a>
</div>
</li>
<li class="reveal-from-top" data-reveal-delay="300">
<div class="clients-logo">
<a href="https://broadcastx.de/" target="_blank"
><img
@@ -552,14 +562,14 @@
/></a>
</div>
</li>
<li class="reveal-from-top" data-reveal-delay="300">
<li class="reveal-from-top" data-reveal-delay="450">
<div class="clients-logo">
<a href="https://hetzner.cloud/?ref=XdRifCzCK3bn" target="_blank"
><img class="clients-size-logo" src="../sponsors/Hetzner.png" alt="Hetzner"
/></a>
</div>
</li>
<li class="reveal-from-top" data-reveal-delay="450">
<li class="reveal-from-top" data-reveal-delay="600">
<div class="clients-logo">
<a id="adultCnt" class="cp"
><img
@@ -569,7 +579,7 @@
/></a>
</div>
</li>
<li class="reveal-from-top" data-reveal-delay="600">
<li class="reveal-from-top" data-reveal-delay="750">
<div class="clients-logo">
<a href="https://www.questionpro.com" target="_blank"
><img
@@ -579,7 +589,7 @@
/></a>
</div>
</li>
<li class="reveal-from-top" data-reveal-delay="750">
<li class="reveal-from-top" data-reveal-delay="900">
<div class="clients-logo">
<a href="https://www.browserstack.com" target="_blank"
><img
@@ -589,7 +599,7 @@
/></a>
</div>
</li>
<li class="reveal-from-top" data-reveal-delay="900">
<li class="reveal-from-top" data-reveal-delay="1050">
<div class="clients-logo">
<a href="https://crystalsound.ai" target="_blank"
><img
@@ -599,7 +609,7 @@
/></a>
</div>
</li>
<li class="reveal-from-top" data-reveal-delay="1050">
<li class="reveal-from-top" data-reveal-delay="1200">
<div class="clients-logo">
<a href="https://cloudron.io" target="_blank"
><img
@@ -609,14 +619,14 @@
/></a>
</div>
</li>
<li class="reveal-from-top" data-reveal-delay="1200">
<li class="reveal-from-top" data-reveal-delay="1350">
<div class="clients-logo">
<a href="https://kiquix.com" target="_blank"
><img class="clients-size-logo" src="../sponsors/Kiquix.png" alt="Kiquix"
/></a>
</div>
</li>
<li class="reveal-from-top" data-reveal-delay="1350">
<li class="reveal-from-top" data-reveal-delay="1500">
<div class="clients-logo">
<a
href="https://lambdatest.com/pricing?coupon=QURFODlQUk9NT1RFUg==&refid=1149848"