From 9e996bb60eb034c0f525656ff420140d776bdba5 Mon Sep 17 00:00:00 2001 From: jinyu Date: Thu, 11 Jul 2024 18:05:53 +0800 Subject: [PATCH] + --- .../config/keys-rtc-ng-api-java.ditamap | 15 ++++++++++++- dita/RTC-NG/release/release_notes.dita | 21 ++++++++++--------- en-US/dita/RTC-NG/release/release_notes.dita | 7 ++++--- 3 files changed, 29 insertions(+), 14 deletions(-) diff --git a/dita/RTC-NG/config/keys-rtc-ng-api-java.ditamap b/dita/RTC-NG/config/keys-rtc-ng-api-java.ditamap index 9f6a627904d..4876d113d5b 100644 --- a/dita/RTC-NG/config/keys-rtc-ng-api-java.ditamap +++ b/dita/RTC-NG/config/keys-rtc-ng-api-java.ditamap @@ -2589,7 +2589,13 @@ - + + + + enableDualStreamMode + + + @@ -5286,6 +5292,13 @@ + + + + ScreenCaptureParameters + + + diff --git a/dita/RTC-NG/release/release_notes.dita b/dita/RTC-NG/release/release_notes.dita index 27e276c1fdd..4afce4cb98d 100644 --- a/dita/RTC-NG/release/release_notes.dita +++ b/dita/RTC-NG/release/release_notes.dita @@ -20,19 +20,19 @@ 现有回调 - onExtensionEvent + onExtensionEvent - onExtensionStarted + onExtensionStarted - onExtensionStopped + onExtensionStopped - onExtensionError + onExtensionError @@ -64,13 +64,13 @@

另外, 中新增成员 encodeAlpha,用于设置是否将 Alpha 信息编码并发送到远端。SDK 默认不对 Alpha 信息进行编码发送;如果需要对 Alpha 信息编码发送至远端(例如开启了虚拟背景功能),请显式调用 设置视频编码属性,并将 encodeAlpha 设置为

  • AI 调音器 -

    该版本新增 AI 调音器功能,可以实现类似物理声卡对音质和音色的提升。你可以通过调用 方法并传入 枚举中支持的音效类型来启用 AI 调音器功能,实现大叔音、萝莉音、烟嗓歌声等声音效果。

    +

    该版本新增 AI 调音器功能,可以实现类似物理声卡对音质和音色的提升。你可以通过调用 方法并传入 枚举中支持的音效类型来启用 AI 调音器功能,实现大叔音、萝莉音、烟嗓歌声等声音效果。

  • 版权音乐优化
      -
    • 该版本在 类下新增 方法,用于设置音乐资源的播放模式。在在线 K 歌房等场景下,你可以根据需求启用伴唱、原唱或导唱模式。
    • +
    • 该版本在 类下新增 方法,用于设置音乐资源的播放模式。在在线 K 歌房等场景下,你可以根据需求启用伴唱、原唱或导唱模式。
    • 该版本在 类下新增 方法,用于销毁音乐播放器并释放相应的资源。
    • -
    • 该版本废弃了 类下的 方法。如需销毁音乐播放器,请改用 类下新增 方法。
    • +
    • 该版本废弃了 类下的 方法。如需销毁音乐播放器,请改用 类下新增 方法。
  • @@ -97,9 +97,10 @@
  • 优化了共享窗口的视频链路,降低了 CPU 占用率。(macOS)
  • 优化了屏幕共享场景下的回声消除。
  • 该版本在 中新增 channelId 参数,用于获取发送 Metadata 的源频道名称。
  • -
  • 废弃了 中的冗余枚举值
  • +
  • 废弃了 中的冗余枚举值
  • +
  • 废弃了冗余枚举值
  • 优化了以下 API 的参数类型。此改进有助于提升代码的可读性,减少潜在的错误,并便于后续维护。
      -
    • 废弃了 option 参数为 int 类型的 ,新增了 option 参数为 类型的重载函数
    • +
    • 废弃了 option 参数为 int 类型的 ,新增了 option 参数为 类型的重载函数
    • 废弃了 streamType 参数为 int 类型的 ,新增了 streamType 参数为 类型的重载函数
  • @@ -114,7 +115,7 @@
  • 在实时互动过程中,当多个远端同时加入频道时 App 偶现崩溃。(iOS)
  • App 切后台一段时间、然后返回前台时,远端视频画面偶现卡住或花屏。(iOS)
  • 发送端调用 开始直接向 CDN 推流后,频繁开关或切换网络,偶现接收端黑屏但发送端未收到推流失败回调。(iOS)
  • -
  • 调用 推送外部音频数据,外部音频渲染的采样率如果不是 SDK 推荐的值时,比如 22050 Hz 和 11025 Hz,声音播放失败。
  • +
  • 调用 推送外部音频数据,外部音频渲染的采样率如果不是 SDK 推荐的值时,比如 22050 Hz 和 11025 Hz,声音播放失败。
  • diff --git a/en-US/dita/RTC-NG/release/release_notes.dita b/en-US/dita/RTC-NG/release/release_notes.dita index 2d78a84cc48..98df4802001 100644 --- a/en-US/dita/RTC-NG/release/release_notes.dita +++ b/en-US/dita/RTC-NG/release/release_notes.dita @@ -65,7 +65,7 @@

    Additionally, adds a new member encodeAlpha, which is used to set whether to encode and send Alpha information to the remote end. By default, the SDK does not encode and send Alpha information; if you need to encode and send Alpha information to the remote end (for example, when virtual background is enabled), explicitly call to set the video encoding properties and set encodeAlpha to .

  • AI Voice Tuner -

    This version introduces the AI Voice Tuner feature, which can enhance the sound quality and tone, similar to a physical sound card. You can enable the AI Voice Tuner feature by calling the method and passing in the sound effect types supported in the enum to achieve effects like deep voice, cute voice, husky singing voice, etc.

    +

    This version introduces the AI Voice Tuner feature, which can enhance the sound quality and tone, similar to a physical sound card. You can enable the AI Voice Tuner feature by calling the method and passing in the sound effect types supported in the enum to achieve effects like deep voice, cute voice, husky singing voice, etc.

  • @@ -88,7 +88,7 @@
    • Optimized parameter types for the following APIs to enhance code readability, reduce potential errors, and facilitate future maintenance:
        -
      • Deprecated option parameter of type int in , introduced overloaded function with option parameter of type .
      • +
      • Deprecated option parameter of type int in , introduced overloaded function with option parameter of type .
      • Deprecated streamType parameter of type int in , , and , introduced overloaded functions , , and with streamType parameter of type .
    • Optimized transmission strategy: calling no longer impacts the security of the transmission link.
    • @@ -96,7 +96,8 @@
    • Optimized the video link for window sharing, reducing CPU usage. (macOS)
    • Improved echo cancellation for screen sharing scenarios.
    • Added the channelId parameter to , which is used to get the channel name from which the metadata is sent.
    • -
    • Deprecated redundant enumeration values and in .
    • +
    • Deprecated redundant enumeration values and in .
    • +
    • Deprecated redundant enumeration values and .