From e0867a333ce115c27ed0c6763ceb433abd4d5e38 Mon Sep 17 00:00:00 2001 From: zhyx2 Date: Mon, 1 Sep 2025 19:49:00 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#ICVUE3]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9react-native-sound-player=E6=8C=87=E5=AF=BC=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhyx2 --- en/react-native-sound-player.md | 2 ++ zh-cn/react-native-sound-player.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/en/react-native-sound-player.md b/en/react-native-sound-player.md index a839b618..6d514ee9 100644 --- a/en/react-native-sound-player.md +++ b/en/react-native-sound-player.md @@ -292,6 +292,8 @@ Check the release version information in the release address of the third-party ## 5. Known Issues - [X] Since the system side has not yet provided synchronization methods for generating and controlling the AVPlayer, the synchronization function implemented by the library, which relies on AVPlayer, remains unimplemented. This will be supplemented once the system side provides the necessary methods. issue: [issue#6](https://github.com/react-native-oh-library/react-native-sound-player/issues/6) +- [X] The system media player AVPlayer encounters exceptions when playing network audio formats such as m4a, aac, wav, flac, amr, and ape using the playUrlAsync and loadUrlAsync interface methods. issue: [issue#12](https://github.com/react-native-oh-library/react-native-sound-player/issues/12)。 +- [X] The JS side of rn does not support ogg, flac, amr, and ape formats, which makes it impossible to import files through import or require, and therefore cannot be played through playAssetAsync or loadAssetAsync. issue: [issue#11](https://github.com/react-native-oh-library/react-native-sound-player/issues/11)。 ## 6. License diff --git a/zh-cn/react-native-sound-player.md b/zh-cn/react-native-sound-player.md index f5cdab8c..bcf80f2f 100644 --- a/zh-cn/react-native-sound-player.md +++ b/zh-cn/react-native-sound-player.md @@ -290,6 +290,8 @@ ohpm install ## 5. 遗留问题 - [X] 因系统侧暂未提供AVPlayer播放器生成和控制的同步方法,库依赖AVPlayer实现的同步功能暂未实现。需系统侧提供后补充。 问题:[issue#6](https://github.com/react-native-oh-library/react-native-sound-player/issues/6)。 +- [X] 系统媒体播放器AVPlayer在使用playUrlAsync和loadUrlAsync接口方法播放m4a、aac、wav、flac、amr和ape等网络音频格式时异常。 问题:[issue#12](https://github.com/react-native-oh-library/react-native-sound-player/issues/12)。 +- [X] rn的js侧不支持ogg、flac、amr、ape格式,导致无法通过import或require方式导入文件,因而无法通过playAssetAsync、loadAssetAsync方式进行播放。 问题:[issue#11](https://github.com/react-native-oh-library/react-native-sound-player/issues/11)。 ## 6. 开源协议 -- Gitee