From 2d3d2fd2a13849e793796395aee716164067c761 Mon Sep 17 00:00:00 2001 From: Kishan Dhakan Date: Tue, 5 Mar 2024 15:50:12 +0530 Subject: [PATCH] minor changes --- shared/chat-sdk/reference/release-notes/unity.mdx | 2 +- shared/video-sdk/develop/cloud-proxy/reference/react-js.mdx | 3 +++ shared/video-sdk/reference/release-notes/macos.mdx | 4 ++-- shared/video-sdk/reference/release-notes/windows.mdx | 2 +- shared/voice-sdk/reference/release-notes/macos.mdx | 2 +- shared/voice-sdk/reference/release-notes/windows.mdx | 2 +- 6 files changed, 9 insertions(+), 6 deletions(-) diff --git a/shared/chat-sdk/reference/release-notes/unity.mdx b/shared/chat-sdk/reference/release-notes/unity.mdx index b0747a297..56373d791 100644 --- a/shared/chat-sdk/reference/release-notes/unity.mdx +++ b/shared/chat-sdk/reference/release-notes/unity.mdx @@ -270,4 +270,4 @@ Refer to the following documentations to enable Chat and use the Chat SDK to imp - [Chat Room](../reference/chatroom-overview) - [API Reference](link) - \ No newline at end of file + diff --git a/shared/video-sdk/develop/cloud-proxy/reference/react-js.mdx b/shared/video-sdk/develop/cloud-proxy/reference/react-js.mdx index 337e045a1..77fd3b241 100644 --- a/shared/video-sdk/develop/cloud-proxy/reference/react-js.mdx +++ b/shared/video-sdk/develop/cloud-proxy/reference/react-js.mdx @@ -1,3 +1,6 @@ +- [Reference app](https://github.com/AgoraIO/video-sdk-samples-reactjs/tree/main#samples) +- API reference + diff --git a/shared/video-sdk/reference/release-notes/macos.mdx b/shared/video-sdk/reference/release-notes/macos.mdx index cdc24eb46..185201d7b 100644 --- a/shared/video-sdk/reference/release-notes/macos.mdx +++ b/shared/video-sdk/reference/release-notes/macos.mdx @@ -655,7 +655,7 @@ The SDK supports a new version of AI noise reduction (in comparison to the basic This release adds the following features applicable to spatial audio effect scenarios, which can effectively enhance the user's sense of presence experience in virtual interactive scenarios. -- Sound insulation area: You can set a sound insulation area and sound attenuation parameter by calling `setZones`. When the sound source (which can be a user or the media player) and the listener belong to the inside and outside of the sound insulation area, the listner experiences an attenuation effect similar to that of the sound in the real environment when it encounters a building partition. You can also set the sound attenuation parameter for the media player and the user, respectively, by calling `setPlayerAttenuation` and `setRemoteAudioAttenuation`, and specify whether to use that setting to force an override of the sound attenuation parameter in `setZones`. +- Sound insulation area: You can set a sound insulation area and sound attenuation parameter by calling `setZones`. When the sound source (which can be a user or the media player) and the listener belong to the inside and outside of the sound insulation area, the listner experiences an attenuation effect similar to that of the sound in the real environment when it encounters a building partition. You can also set the sound attenuation parameter for the media player and the user, respectively, by calling `setPlayerAttenuation` and `setRemoteAudioAttenuation`, and specify whether to use that setting to force an override of the sound attenuation paramter in `setZones`. - Doppler sound: You can enable Doppler sound by setting the `enable_doppler` parameter in `SpatialAudioParams`, and the receiver experiences noticeable tonal changes in the event of a high-speed relative displacement between the source source and receiver (such as in a racing game scenario). - Headphone equalizer: You can use a preset headphone equalization effect by calling the `setHeadphoneEQPreset` method to improve the hearing of the headphones. @@ -1000,4 +1000,4 @@ This release improves the implementation logic of `startPreview`. You can call t You can call the `setRemoteDefaultVideoStreamType` method to choose the video stream type when subscribing to streams. - \ No newline at end of file + diff --git a/shared/video-sdk/reference/release-notes/windows.mdx b/shared/video-sdk/reference/release-notes/windows.mdx index eac79c3c5..c83b36bdb 100644 --- a/shared/video-sdk/reference/release-notes/windows.mdx +++ b/shared/video-sdk/reference/release-notes/windows.mdx @@ -1146,4 +1146,4 @@ This release improves the implementation logic of `startPreview`. You can call t **5. Video types of subscription** You can call the `setRemoteDefaultVideoStreamType` method to choose the video stream type when subscribing to streams. - \ No newline at end of file + diff --git a/shared/voice-sdk/reference/release-notes/macos.mdx b/shared/voice-sdk/reference/release-notes/macos.mdx index d472a9d83..415edc476 100644 --- a/shared/voice-sdk/reference/release-notes/macos.mdx +++ b/shared/voice-sdk/reference/release-notes/macos.mdx @@ -657,4 +657,4 @@ This release can achieve the same switching speed as `switchChannelByToken` in v **2. Voice pitch of the local user** This release adds `voicePitch` in `AgoraRtcAudioVolumeInfo` of `reportAudioVolumeIndicationOfSpeakers`. You can use `voicePitch` to get the local user's voice pitch and perform business functions such as rating for singing. - \ No newline at end of file + diff --git a/shared/voice-sdk/reference/release-notes/windows.mdx b/shared/voice-sdk/reference/release-notes/windows.mdx index e61ee33ec..ddbc88846 100644 --- a/shared/voice-sdk/reference/release-notes/windows.mdx +++ b/shared/voice-sdk/reference/release-notes/windows.mdx @@ -744,4 +744,4 @@ This release can achieve the same switching speed as `SwitchChannel` in v3.7.x t **2. Voice pitch of the local user** This release adds `voicePitch` in `AudioVolumeInfo` of `onAudioVolumeIndication`. You can use `voicePitch` to get the local user's voice pitch and perform business functions such as rating for singing. - \ No newline at end of file +