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

All Questions

0 votes
2 answers
120 views

MIDI file parser reaches end of file before all tracks have been read

I am writing a MIDI file parser in VB.NET. The program works perfectly for single track/Format 0 MIDI files however errors occur when dealing with multiple tracks. This is my code for reading tracks ...
Roy H's user avatar
  • 11
2 votes
1 answer
2k views

How to show artMusic on Media control (Notification) from assets file in flutter

I am using Just Audio and Just Audio Background for playing music and media control on Notification. I am able to show album, title of storage songs on Notification control but unable to show artmusic ...
Rahul Kushwaha's user avatar
1 vote
0 answers
66 views

Problem with the music player on the website - odd clicks

I'm creating a music player for a website that will contain 14 playlists by default, but in the process of writing the site I've come across one problem - the selected playlist is only triggered by ...
CanoNee's user avatar
  • 11
0 votes
2 answers
458 views

I can't convert .duration or .currentTime to MM:SS in java script

since I don't know JavaScript I downloaded an audio player and changed the html and CSS but the audio player shows audio duration in seconds and; I tried to look for results in google but that did not ...
Mohammad's user avatar
1 vote
0 answers
244 views

Android: Media Player live streaming stop after few min in more then 15 min size audio and not buffer that audio in online stream

In my Media Player app I use default media player and in my app song stops in between 10-13 min and that's starts from 0 again when click on pause icon. I have an issue with Media player always ...
Foram Shah's user avatar
0 votes
0 answers
100 views

MediaPlayer plays a sound or music before calling Play() method

I'm developing a game using WinForms and the MediaPlayer class to reproduce the game music and sounds (the SoundPlayer class does not reproduce two sounds simultaneously). I created a number of ...
LordFenerSSJ's user avatar
1 vote
2 answers
3k views

How to update the default song metadata?

I wanted to update the song metadata fields of Track, album, genre, artist and song cover image like Musicmatch. I tried to look for the code to update the meta couldn't find any solutions.
SURYA N's user avatar
  • 283
4 votes
1 answer
1k views

Adding media item to MediaBrowserService

I'm building a music player for Android, using these two samples (Android MediaBrowserService Sample and Universal Music Player) as examples. I noticed both load media information on start-up and add ...
Vin's user avatar
  • 319
1 vote
2 answers
955 views

Mediaplayer - All songs are playing at the same time - Other song is not getting stopped

I am trying to play music ( from url /server) in my app.I listed 2 songs there. Everything is working fine. Except one problem. All songs are playing at the same time...I want to play one song only a ...
user8622498's user avatar
2 votes
2 answers
1k views

Correct way to check if JavaFX MediaPlayer can play a file

Currently, this is how I check if a file is playable through the JavaFX MediaPlayer, since it's the way it is done internally. import static com.sun.media.jfxmedia.MediaManager.canPlayContentType; ...
xeruf's user avatar
  • 2,922
4 votes
0 answers
492 views

Low quality mp3 files are not playing properly as expected

I have been using media player from last 2 months with normal mp3 files.Few days back my client gave me 16kbps converted low quality files. When I played these files through Media player class.The ...
Zaeem Sattar's user avatar
  • 1,000
1 vote
0 answers
1k views

Audio streaming library for iOS

I'm working on audio streaming from URLs, so currently I'm just playing audio via AVAudioPlayer but now I want to show it visually too. I searched on CocoaControls but couldn't find any good library ...
Hyder's user avatar
  • 1,173
0 votes
1 answer
75 views

MediaPlayer, query for all the mp3s in the device and play them

I am looking for information on the mediaPlayer method I create a relatively simple java class with only two buttons :play and pause. I can find instruction on fetching URL or a simple mp3 in the ...
MDR's user avatar
  • 55
4 votes
1 answer
2k views

How to make 10 band equalizer on Android player if default is 5 band?

I am trying to make an android player and a problem occurred while making the equalizer. There is limit of equalizer bands, for example Nexus 5 has 5 band equalizer by default. Several players (such ...
Petar Stankovic's user avatar
1 vote
0 answers
68 views

How to configure an autoplay of music when plug in earbuds in a pc/laptop?

Just like on android I would like to be able to auto launch my music player, in this case playing music already, every time I plug the earbuds. I know I can create a shortcut for it using the command ...
marciofao's user avatar

15 30 50 per page