Skip to content

Commit

Permalink
Fix documentation and version numbers for 3.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dinmin-amzn committed Oct 9, 2023
1 parent c3ade40 commit b2290cc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
10 changes: 0 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

### Fixed

## [3.18.2] - 2023-10-09

### Added

### Removed

### Changed

### Fixed
- Save the redundant audio worker code during build time so that the worker code stays intact and is able to be loaded

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,7 @@ meetingSession.audioVideo.setContentAudioProfile(AudioProfile.fullbandMusicStere

**Use case 35.** Redundant Audio

Starting from version 3.18.1, the SDK starts sending redundant audio data to our servers on detecting packet loss
Starting from version 3.18.2, the SDK starts sending redundant audio data to our servers on detecting packet loss
to help reduce its effect on audio quality. Redundant audio packets are only sent out for packets containing active
audio, ie, speech or music. This may increase the bandwidth consumed by audio to up to 3 times the normal amount
depending on the amount of packet loss detected. The SDK will automatically stop sending redundant data if it hasn't
Expand Down
2 changes: 1 addition & 1 deletion demos/browser/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,7 @@ <h3>Selecting an audio profile</h3>
<pre><code class="language-js"><span style="color: #001080">meetingSession</span><span style="color: #000000">.</span><span style="color: #001080">audioVideo</span><span style="color: #000000">.</span><span style="color: #795E26">setContentAudioProfile</span><span style="color: #000000">(</span><span style="color: #001080">AudioProfile</span><span style="color: #000000">.</span><span style="color: #795E26">fullbandMusicStereo</span><span style="color: #000000">());</span>
</code></pre>
<p><strong>Use case 35.</strong> Redundant Audio</p>
<p>Starting from version 3.18.1, the SDK starts sending redundant audio data to our servers on detecting packet loss
<p>Starting from version 3.18.2, the SDK starts sending redundant audio data to our servers on detecting packet loss
to help reduce its effect on audio quality. Redundant audio packets are only sent out for packets containing active
audio, ie, speech or music. This may increase the bandwidth consumed by audio to up to 3 times the normal amount
depending on the amount of packet loss detected. The SDK will automatically stop sending redundant data if it hasn&#39;t
Expand Down

0 comments on commit b2290cc

Please sign in to comment.