Skip to content

Commit

Permalink
Update release_android_ng.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lemon-chen committed Nov 14, 2024
1 parent fb5b076 commit 88e87dc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ As of this version, audience members can directly open a specific URL to play th

#### 4. Filter effects

This version introduces the `setFilterEffectOptions [1/2]` method. You can pass a cube map file (.cube) in the **config** parameter to achieve custom filter effects such as whitening, vivid, cool, black and white, etc. Additionally, the SDK provides a built-in `built_in_whiten_filter.cube` file for quickly achieving a whitening filter effect.
This version introduces the `setFilterEffectOptions [1/2]` method. You can pass a cube map file (.cube) in the `config` parameter to achieve custom filter effects such as whitening, vivid, cool, black and white, etc. Additionally, the SDK provides a built-in `built_in_whiten_filter.cube` file for quickly achieving a whitening filter effect.

#### 5. Local audio mixing

Expand Down Expand Up @@ -88,7 +88,7 @@ This version upgrades the virtual background algorithm, making the segmentation

#### 2. Snapshot at specified video observation points

This version introduces the `takeSnapshot [2/2]` and `takeSnapshotEx [2/2]` methods. You can use the **config** parameter when calling these methods to take snapshots at specified video observation points, such as before encoding, after encoding, or before rendering, to achieve more flexible snapshot effects.
This version introduces the `takeSnapshot [2/2]` and `takeSnapshotEx [2/2]` methods. You can use the `config` parameter when calling these methods to take snapshots at specified video observation points, such as before encoding, after encoding, or before rendering, to achieve more flexible snapshot effects.

#### 3. Custom audio capture improvements

Expand Down

0 comments on commit 88e87dc

Please sign in to comment.