Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
192 views

how to make the coverflow effect of the original iOS music app using Swiper js?

So I'm making a small project of a web music player, and I want to recreate the coverflow effect of the original iOS ipod app iOS coverflow However I haven't be able to make the effect the same, the ...
quvbi's user avatar
  • 1
2 votes
0 answers
198 views

Why onDurationChanged is not called in Flutter ios?

I'm using audioplayers: 1.1.0 library to play audio from url I use the onDurationChanged method to get the audio file length. This is working perfectly on android but in iOS the onDurationChanged is ...
Anandh Krishnan's user avatar
-1 votes
1 answer
369 views

Change BPM value of Spotify Song

I'm trying to build an application that plays Spotify songs. I'm really confused about how to change the BPM (beats per minute) value of Spotify songs. First Step: Login through Spotify. Second Step: ...
Sham Dhiman's user avatar
  • 1,536
0 votes
1 answer
1k views

Create a music player in react native with specific control in React-Native

I am developing react native application, I want to create a music player application with some specific control like Adjust the speed of the current playing audio file And other options like Play ...
Renish's user avatar
  • 73
1 vote
1 answer
359 views

Set static frequency for the audio file (React-Native application)

I am a react-native developer and I want to create an application for the Students and Motto of the application is give peaceful music (Need to play on Bluetooth) from the application, and for this ...
Renish's user avatar
  • 73
2 votes
0 answers
905 views

Expo React Native control audio while app in background

currently, I am using Expo (React Native) to create a music player. One feature of the music player is to play music in the background. This is possible by handing true to the property ...
emrich's user avatar
  • 188
1 vote
0 answers
639 views

Flutter: Why is my app giving a source error when trying to play back an audio file?

I have an app that records audio when the user taps a button. It writes a temporary file to the mobile device, then runs some FFMPEG code to change the pitch. The normal way a user would use it is: ...
whatwhatwhat's user avatar
  • 2,166
2 votes
1 answer
1k views

Assets_audio_player PlatformException(PLAY_ERROR

error in IOS: flutter: PlatformException(PLAY_ERROR, Cannot play assets/audio/001.mp3, The operation could not be completed, null) [VERBOSE-2:ui_dart_state.cc(209)] Unhandled Exception: ...
BranchDev's user avatar
  • 154
2 votes
1 answer
319 views

Pod error after adding audioplayer package to Flutter

I'm following a tutorial for Flutter, which uses the audioplayer package. Unfortunately, when I try to run the project after adding the package, it doesn't work anymore... I tried everything I found ...
SilviaB24's user avatar
1 vote
0 answers
398 views

Flutter audioplayers sound delay

I am creating an app which uses audioplayers package for playing audio files and initially the audio plays perfectly but after few more rounds the audio starts playing after a delay (like 5 seconds or ...
Viraj Doshi's user avatar
0 votes
1 answer
2k views

How to play .oga or .ogg file in ios app? [closed]

I want to play .ogg/.oga audio files from a remote URL in my iOS app. I also want to play audio even when the app is in background state. I have tried https://github.com/iosdevzone/IDZAQAudioPlayer ...
Komal Goyani's user avatar
0 votes
0 answers
270 views

AVPlayer addPeriodicTimeObserverForInterval:queue:usingBlock: doesn't stop

Description: Our app is a music player app. [AVPlayer addPeriodicTimeObserverForInterval:queue:usingBlock:] We use this method to record the actual playing time of a user's song. Before it starts ...
Carry's user avatar
  • 9
1 vote
1 answer
181 views

How can I pause SCNAudioPlayer playback in ARKit?

I'm trying to implement a play/pause button for positional audio attached to a node in an ARKit scene. I want the user to be able to pause the audio, then resume it from the paused point at a later ...
MightyMeta's user avatar
3 votes
2 answers
729 views

Copy over folders of music and audiobooks to iPhone without iTunes (and not having to tag all my media first)

I typically listen to audiobooks on PC, or via some nice audiobook apps on my android phone (which was recently stolen). I have a spare iPhone 6, and am just trying to copy over my audiobook ...
FrustratedWithIphone's user avatar
0 votes
1 answer
1k views

audioplayer playing inconsistent / weird audio (url mp3 link) result in flutter

following the instructions from: https://codingwithjoe.com/playing-audio-from-the-web-and-http/ (using his example and AudioProvider class) I have been using: audioplayer: ^0.8.1 audioplayer_web:...
Axil's user avatar
  • 3,211

15 30 50 per page
1
2 3 4 5
9