audio-player Questions

5

Solved

i am trying to implement exoplayer this is my exoplayer version implementation 'com.google.android.exoplayer:exoplayer:2.11.1' i am creating a music player app and i don't know anything about ex...

4

Solved

How to play local mp3 file with audioplayer 0.2.0 in Flutter. pubspec.yaml flutter: assets: - sounds/music.mp3 main.dart Future<ByteData> loadAsset() async { return await rootBundle.l...
Medicament asked 29/9, 2017 at 10:2

10

Solved

I'm trying to access media files (music) on the users device to play them; an easy "hello world"-music player app. I've followed some tutorials and they basically give the same code. But it won't ...

5

Solved

I need to play audio file from remote server in my app. I could play when I tested with localhost server (using WAMP). When the same file supplied from the server it is not working.. The file has n...
Dinger asked 12/5, 2011 at 6:54

5

Solved

I'm trying to play a sound inside a .Net Core console application and I can't figure this out. I am looking for something managed inside the .Net Core environment, maybe like regular .Net : // No...
Greenwich asked 16/3, 2017 at 21:56

2

Solved

I have build an audioplayer which is deployed in android google playstore. I'm using crashlytics to monitor crashes and ANRs. Recently I have been getting a lot of crashes MediaButtonReceiver. The ...

4

I want to create an audio mixer (DJ music track) kind of app which can create Dj mixer of an audio song. User can select a music song track that can be mixed with two or more separate rhythm, bass ...
Velda asked 5/11, 2012 at 8:9

4

Solved

I have a JavaScript audio player with skip forward/back 10 second buttons. I do this by setting the currentTime of my audio element: function Player(skipTime) { this.skipTime = skipTime; this.wa...

2

I was wondering if it is possible to open(play) a music playlist ( .m3u file) with the use of vlc.py ? I searched for an answer but could not find it. I managed to play a simple mp3 file, even a m...
Hildagarde asked 10/2, 2015 at 20:0

2

Solved

I am following below post for creating simple music player, but selecting any song from list or pressing prev/next from MediaController is giving below error. I am using Oreo (Andoid 8.1.0 API 27)....
Euroclydon asked 18/4, 2018 at 17:5

4

Is there a global way to detect when audio is playing or starts playing in the browser. something like along the idea of if(window.mediaPlaying()){... without having the code tied to a specific e...
Jelsma asked 14/4, 2015 at 16:29

2

I'm creating a chrome app that decrypts mp3s sent from my PBX server to my gmail account and plays them. I have completed everything except for the audio player in gmail. I have two options: Use...
Montoya asked 23/6, 2014 at 18:30

1

Solved

Youtube has an option to change the playback speed of videos that speeds up or slows down a video's audio without affecting its pitch. I know that there are a number of different algorithms that ca...
Amorous asked 25/1, 2020 at 22:41

3

Solved

I've been trying to play an audio file in Recact.js but it doesn't play. I'm not facing any error the scroll bar shows up but play button doesn't work. I've tried playing the song to check if the f...
Revolutionize asked 27/9, 2019 at 12:12

4

Solved

I'm developing a music application, which should play music in the background. I use the MPMoviePlayerController to play the music. My code to initiate the MPMoviePlayerController: NSString* reso...

1

Solved

In the article Handling External Player Events Notifications Apple says that you need to do this: • Use the shared MPRemoteCommandCenter object to register handlers for the events you wish to ha...
Tearjerker asked 23/2, 2019 at 13:30

6

Solved

I have my mp3 file in byte[] (downloaded from an service) and I would like to play it on my device similar to how you can play files: MediaPlayer mp = new MediaPlayer(); mp.setDataSource(PATH_TO_F...
Monteiro asked 28/12, 2009 at 23:9

6

My Android app is playing audio while the app runs in the background with a service that runs as foreground, similar to many other apps such as Google Play Music, Spotify, and other music players /...
Confirmand asked 5/1, 2019 at 19:54

1

Solved

I've came to use mingus to try to reproduce some notes in python. Based on what was answered here, I've tried with: from mingus.midi import fluidsynth fluidsynth.init('/home/btc/Escritorio/Sinest...
Illjudged asked 7/12, 2018 at 14:43

5

I'm building an app that records and plays back video. I would like to do so without affecting background music playback, i.e. if I begin playing a video, I do not want to pause other apps' audio. ...
Selfassurance asked 23/1, 2015 at 22:43

1

Solved

I am using Expo Audio to play some short sounds from a list. async playAudio(file) { try { await Audio.setIsEnabledAsync(true); const sound = new Audio.Sound(); await sound.loadAsync(file); ...
Iconology asked 11/5, 2018 at 12:7

0

I am attempting to use Apple's Music Kit within my application to listen to music. My issue is that the first song that plays will continually repeat. The first song plays correctly by using the fo...

5

Solved

The application that I am working on plays music files. If a timer expires I want the music to fade out. How do I do that. I am using MediaPlayer to play music and music files are present in raw fo...
Oneida asked 30/7, 2011 at 16:54

1

Solved

The problem is: I try to play Fast Tracker module in infinite loop, but doing so just replay music from start, instead of following repeat position. Example: (here's the source for module https...
Mauro asked 4/11, 2017 at 19:21

2

Solved

i am having issue with music player , when i set queue with Store id's and call method play() its play first track , how i can make it play X index of queue ? var ids:[String] = [] for song in s...
Wonderful asked 3/9, 2017 at 10:16

© 2022 - 2025 — McMap. All rights reserved.