Skip to content

Commit

Permalink
Update Redundant Audio Encoding documentation to mention correct JS S…
Browse files Browse the repository at this point in the history
…DK version
  • Loading branch information
dinmin-amzn committed Sep 20, 2023
1 parent 939dff1 commit 73ccc39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.17.0, the SDK starts sending redundant audio data to our servers on detecting packet loss
Starting from version 3.18.0, 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 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.17.0, the SDK starts sending redundant audio data to our servers on detecting packet loss
<p>Starting from version 3.18.0, 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 73ccc39

Please sign in to comment.