diff --git a/README.md b/README.md index e4522d92..d451ee76 100644 --- a/README.md +++ b/README.md @@ -464,13 +464,13 @@ Do you find MiroTalk P2P indispensable for your needs? Join us in supporting thi [![EffectsSDK](public/sponsors/EffectsSDK.png)](https://effectssdk.ai/) -Looking for `powerful Virtual Background and Noise Suppression SDK and Plugins`? +`Enhance your video conferencing` experience with `advanced virtual backgrounds` and `noise suppression`. EffectsSDK offers powerful SDKs and plugins for fast integration. -Check out: +**Explore:** -- 🎥 [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) +- 🎥 **[AI Video Effects Extension](https://chromewebstore.google.com/detail/effetti-webcam-ai-+-regis/iedbphhbpflhgpihkcceocomcdnemcbj)** – Add virtual backgrounds and effects to your webcam. +- 🔊 **[Noise Cancelling Extension](https://chromewebstore.google.com/detail/noise-cancelling-app/njmhcidcdbaannpafjdljminaigdgolj)** – Reduce background noise for clearer audio. +- 🛠️ **[Integrate EffectsSDK](https://github.com/EffectsSDK)** – Access SDKs and plugins for custom solutions. --- diff --git a/app/src/server.js b/app/src/server.js index af03448f..6eb3fd41 100755 --- a/app/src/server.js +++ b/app/src/server.js @@ -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.70 + * @version 1.5.71 * */ diff --git a/package-lock.json b/package-lock.json index d568d342..21d8ff2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mirotalk", - "version": "1.5.70", + "version": "1.5.71", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mirotalk", - "version": "1.5.70", + "version": "1.5.71", "license": "AGPL-3.0", "dependencies": { "@mattermost/client": "10.10.0", @@ -29,14 +29,14 @@ "jsdom": "^26.1.0", "jsonwebtoken": "^9.0.2", "nodemailer": "^7.0.6", - "openai": "^5.16.0", + "openai": "^5.17.0", "qs": "^6.14.0", "socket.io": "^4.8.1", "swagger-ui-express": "^5.0.1", "uuid": "11.1.0" }, "devDependencies": { - "mocha": "^11.7.1", + "mocha": "^11.7.2", "node-fetch": "^3.3.2", "nodemon": "^3.1.10", "prettier": "3.6.2", @@ -3672,9 +3672,9 @@ } }, "node_modules/mocha": { - "version": "11.7.1", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.1.tgz", - "integrity": "sha512-5EK+Cty6KheMS/YLPPMJC64g5V61gIR25KsRItHw6x4hEKT6Njp1n9LOlH4gpevuwMVS66SXaBBpg+RWZkza4A==", + "version": "11.7.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.2.tgz", + "integrity": "sha512-lkqVJPmqqG/w5jmmFtiRvtA2jkDyNVUcefFJKb2uyX4dekk8Okgqop3cgbFiaIvj8uCRJVTP5x9dfxGyXm2jvQ==", "dev": true, "license": "MIT", "dependencies": { @@ -4045,9 +4045,9 @@ } }, "node_modules/openai": { - "version": "5.16.0", - "resolved": "https://registry.npmjs.org/openai/-/openai-5.16.0.tgz", - "integrity": "sha512-hoEH8ZNvg1HXjU9mp88L/ZH8O082Z8r6FHCXGiWAzVRrEv443aI57qhch4snu07yQydj+AUAWLenAiBXhu89Tw==", + "version": "5.17.0", + "resolved": "https://registry.npmjs.org/openai/-/openai-5.17.0.tgz", + "integrity": "sha512-7djpJzihvQ2KlKdfhLcShB+DYQpKW+EPndSM86AvKfXCISnqDYnA/aZtrUWa+VB8zvG/K0rJ6Cmjtd79b64u2w==", "license": "Apache-2.0", "bin": { "openai": "bin/cli" diff --git a/package.json b/package.json index 51523dcf..f6d46c48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalk", - "version": "1.5.70", + "version": "1.5.71", "description": "A free WebRTC browser-based video call", "main": "server.js", "scripts": { @@ -61,14 +61,14 @@ "jsonwebtoken": "^9.0.2", "js-yaml": "^4.1.0", "nodemailer": "^7.0.6", - "openai": "^5.16.0", + "openai": "^5.17.0", "qs": "^6.14.0", "socket.io": "^4.8.1", "swagger-ui-express": "^5.0.1", "uuid": "11.1.0" }, "devDependencies": { - "mocha": "^11.7.1", + "mocha": "^11.7.2", "node-fetch": "^3.3.2", "nodemon": "^3.1.10", "prettier": "3.6.2", diff --git a/public/js/brand.js b/public/js/brand.js index 02256985..9e911382 100644 --- a/public/js/brand.js +++ b/public/js/brand.js @@ -75,7 +75,7 @@ let brand = { }, about: { imageUrl: '../images/mirotalk-logo.gif', - title: 'WebRTC P2P v1.5.70', + title: 'WebRTC P2P v1.5.71', html: `