How To Get Audio To Auto-Start in Expo Audio
I am a somewhat beginner coder using Expo-Av.For this particular project, I would like the audio to start immediately after the page loads as well as loop if possible. My code is as follows:
How To Get Audio To Auto-Start in Expo Audio
I am a somewhat beginner coder using Expo-Av.For this particular project, I would like the audio to start immediately after the page loads as well as loop if possible. My code is as follows:
How To Get Audio To Auto-Start in Expo Audio
I am a somewhat beginner coder using Expo-Av.For this particular project, I would like the audio to start immediately after the page loads as well as loop if possible. My code is as follows:
How To Get Audio To Auto-Start in Expo Audio
I am a somewhat beginner coder using Expo-Av.For this particular project, I would like the audio to start immediately after the page loads as well as loop if possible. My code is as follows:
React Native Video Expo AV The server is not correctly configured. The AVPlayerItem instance has failed with the error code -11850
I’m encountering an issue using react native expo-av at my IOS device. For some reason, the video i want is not playing. But, when i use the video given on the expo documentation which is https://d23dyxeqlo5psv.cloudfront.net/big_buck_bunny.mp4, it is working.
didJustFinish never turns false even if the sound is finished playing : React native expo-av
Hello fellow developers,
How to make two audio players make perfectly synchronized?
I’m building a music app where I need to play chord sounds synchronously with a background track. The problem is that the background sound starts playing about 70ms earlier than the chord sound for the first two playbacks, which is significant.
Expo-AV causing problem “Accessed on wrong thread”
I am using Audio from expo-av, created a custom hook for playing Background music in-app, and using the playBGM function in Home.js
Possible Unhandled Promise Rejection Error in Expo Audio
I’m encountering an error related to audio playback in my React Native/Expo application. The application includes a feature where background music plays while a timer counts down (think of a pomodoro app for example). There is a start/reset button used to start or reset the timer. However, I’m encountering an “Possible Unhandled Promise Rejection (id: 0) Error” when attempting to reset the sound playback. The sound stops playing when the reset button is clicked but an expo error warning pops up on my simulator/device. What might be the issue for this problem?