标签: android react-native audio
我正在尝试使用react-native-audio-toolkit包从我的应用程序数据目录(/data/user/0//files/filename.aac)播放音频文件。
this.player = new Player(this.state.audioPath); this.player.play();
我没有收到任何错误。但是我无法使其正常工作。 有人可以帮我吗?