diff --git a/en/react-native-sound-player.md b/en/react-native-sound-player.md index a839b6186cae577a985b2d6259925bdaf97a92f4..6d514ee9c55e02ad4a4a495b282dce2be6c2e2bb 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 f5cdab8c9d27fa74244df02904151c42f100e46b..bcf80f2f6cd15384e4a00a8d63cb7953b3da4c6b 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. 开源协议