Questions tagged [audio-player]

A software specialized in playing audio of different formats and/or manage audio libraries.

An audio player is a software specialized in playing audio files.

Some players play a specific file format, but many play a great range of file formats, ranging from MP3 files to WAV files. Many audio players have also the functionality to manage audio libraries, create playlists, shuffling music, and much more.

Questions on this topic should be about development of audio-players, errors on API's of common audio players and such.

1392 questions
-2
votes
1 answer

How to play a sound more than once on button click?

I am working on music player and I ran into some issues I needed help on. function play() { document.getElementById("embed").innerHTML=""; return true; }
Prabh Singh
  • 49
  • 1
  • 11
-2
votes
1 answer

'Unexpexted Symbol &' and 'Cannot resolve symbol amp'

This line of code is giving me trouble in android studios if(musicSrv!=null && musicBound && musicSrv.isPng()) The code came from this tutorial I found: Music Player the full class code is: package…
-2
votes
1 answer

Android music player saving song id and now playing list

I am trying to build a music player and while researching the behavior of other apps I have realized that some apps store the now playing list and the song id, so that same state is available when the app is started afresh. 1.) So how to implement…
-2
votes
1 answer

Continuously playing sticky-footer music player for wordpress website for all pages

I bought 3 music players (1) tPlayer - audio player (with playlist) for WP, (2) Sticky Shoutcast & Icecast Radio Player — «Line-R» w/ AAC+ , (3) AIO Radio Station Player - Shoutcast, Icecast and more) from codecanyon.net I want a sticky-footer music…
darla_sud
  • 359
  • 1
  • 4
  • 15
-2
votes
2 answers

Could not play a sound in swing

I am trying to play a .wav file everytime I press a button. I've put the resource in the workspace, together with my project. Is that wrong? I get this error message: javax.sound.sampled.AudioInputStream@341bdd4c …
Kharbora
  • 129
  • 1
  • 8
-2
votes
1 answer

Develop a music player android app with swipe feature in two weeks

I have to develop a music player application, and in this app different activities has to be swiped through (same interface as google play music where you swipe through different parts). I want to have just one page (main page), with different tabs…
-2
votes
1 answer

How to control android media volume using volume keys

Can anyone provide sample code for adjusting media volume using volume keys, and also it should display a volume alert progress while pressing the keys.
Babin
  • 70
  • 1
  • 1
  • 9
-2
votes
1 answer

Playing music using python

I have a small piece of coding that I would like to use to play either mp3 files or wave files. Im not sure how to do this. By the way I am fairly new to programming and am using python 3.2. All help would be much appreciated. Thanks
-2
votes
1 answer

Adding background music on website

I want to add a functionality on my website which will allow user to select music of his/her choice and it will play on my website. Following questions I have in my mind :- 1. Moving to one page to another :- If user select suppose a.mp3 song and if…
Rakesh Shetty
  • 4,548
  • 7
  • 40
  • 79
-2
votes
1 answer

Music streaming service for iPhone app

I am working on making an iphone music app. I am wondering from where does apps like Songza, Pandora get their Music Stream from and How can I implement such music stream in my app. Any help is greatly appreciated.
NewUser07
  • 97
  • 1
  • 1
  • 6
-3
votes
1 answer

Android: Black Screen appears on the screen when search operation is performed by android SearchView

I am making a music player application on android. My Launcher Activity(MainActivity.java) displays all the songs in a Custom ListView. My app was running perfectly and then I decided to add a SearchView widget in the ToolBar. Now when I type a…
-3
votes
1 answer

Why will my program not play the next song in the array?

I have been working on this code for a really long time and i just can't seem to figure out my problem. i want to be able to play a list of songs one right after another and i thought i would be able to do that with a simple recursive method that…
amich
  • 3
  • 3
-3
votes
1 answer

Audio player on website

I need an audio player on my web page, where there should be a list of songs, and when I click play on an song from the list it should start playing. I need your advice, what can I use? I am more inclined on using JavaScript libraries. Player…
vladys.bo
  • 730
  • 2
  • 11
  • 34
-3
votes
2 answers

Android how to stop music when screen is off

My music stop when I press home button but when the screen is off it is playing. How can I stop this? And restore when the screen is on.
Seravier
  • 145
  • 1
  • 2
  • 11
1 2 3
92
93