-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'staging' of https://github.com/AgoraIO/Doc-Source-Private…
… into staging
- Loading branch information
Showing
6 changed files
with
34 additions
and
17 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
extensions-marketplace/develop/integrate/dubbing-voice-changer.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,24 @@ | ||
**You may be charged for the usage of this extension. Contact <a href="mailto:[email protected]">[email protected]</a> for details.** | ||
### v1.2.0 | ||
|
||
v1.2.0 was released on December 10, 2023. | ||
|
||
#### Compatibility changes | ||
|
||
As of this version, the Virtual Background extension incorporates the necessary Wasm module. You no longer need to publish the Wasm file separately, and pass the `wasmDir` parameter when calling the `init` method to initialize the extension. | ||
|
||
After upgrading to this version, please modify your code accordingly. | ||
|
||
#### Improvements | ||
|
||
This release upgrades the background segmentation algorithm of the extension, optimizing the segmentation effects on the subject, edges, and fingers in complex static and dynamic backgrounds. | ||
|
||
#### Fixed issues | ||
|
||
This release fixed the issue that `checkCompatibility` could return inaccurate results on specific devices. | ||
|
||
#### API changes | ||
|
||
The `wasmDir` parameter of the `init` method is now optional. | ||
|
||
### v1.1.3 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters