问题标签 [react-native-sound]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - 一种用于播放和暂停的可触摸不透明度
我想使用一个 TouchableOpacity 来播放和暂停。
我正在使用 Firebase Server 中的音频和 react-native-sound 来播放和暂停音频。这是我的代码:
我可以播放声音但不能暂停。
我是反应原生的新手。提前致谢。
react-native - 尝试播放声音时出现 RNSound.IsAndroid 错误
我最近进入react-native
并在将其连接到我的 aws 数据库之后......我一直在尝试播放我存储在存储桶中的一些音频。为此,我尝试使用react-native-sound
,但是一旦导入它,我就会收到错误
这似乎是使用这个包时的一个常见问题。现在我尝试了以下链接下列出的几个解决方案
https://github.com/zmxv/react-native-sound/issues/592
现在我认为我的 react-native 链接无法正常工作,因为当我使用它时,我得到以下结果
我也没有 android 或 ios 文件夹来执行手动安装,我只有 expo 生成的文件夹。
任何帮助深表感谢。
非常感谢!
react-native - undefined 不是对象(评估 'RNSound.IsAndroid')
我正在尝试让 react-native-sound 在我的 react-native 应用程序上工作,但我不断收到此错误:未定义不是对象(评估 'RNSound.IsAndroid')。
我注意到任何人都收到了这个错误,并且我已经在这里找到了一个相关的问题,但我是超级菜鸟,不理解人们建议的大多数解决方案。
我已经尝试过 react-native 链接 react-native-sound,但它没有改变任何东西。通过阅读人们的评论,我现在必须手动安装,但我真的不明白我在做什么。甚至第一步...转到android/app/src/main/java/.../MainApplication.java。我不明白这一点,因为我在任何地方都看不到 android 文件。我正在使用 Visual Studio (windows 10) 和 expo cli,并插入了我自己的 Pixel 2(因此我没有使用 Android Studio)。
任何帮助都会很棒。
reactjs - 如何在 react-native 中播放音频?
我尝试使用react-native-video从uri源运行音频,但是当我运行音频时没有任何反应。
那么我应该在react-native中为 Audio 使用什么包?
react-native - React-native sound delay issue
This is just general question. I want to make drums-like app but i have sound delay. Maybe someone tried some other package(s) and did some magic, I used react-native-sound and react-native-video since they are most popular and not outdated like others. This is code sample:
There are other libraries, maybe outdated, but i am looking for any input to make it better, we did handler with onPressIn to make it slightly faster but still big delay:
If this fails I will try to make another library, but I fear it will have the same delay. For some reason this repo works very fast: https://github.com/dwicao/react-native-drum-kit. I used same code and made even a list with prepared sounds to be used like soundList[i++ % 10].play() but still no effect.
react-native - componentDidMount 中的 react-native-sound
我想在 componentDidMount 中播放音乐,但我的代码不起作用