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
5
votes
1 answer

What is the App URL that SoundCloud is looking for on the API form?

I am trying to get access to the SoundCloud API. It is a 2 to 3 week process and I have been rejected now a few times and it is delaying my app development and my launch date. The response I keep getting is generic and unclear as to why I was…
Grace
  • 377
  • 3
  • 19
5
votes
2 answers

How do I play .wav files in C++ on Linux?

I have a question about playing .wav files in C++. I search for a method to play it on Linux and Windows and I want to break up it while a function has been ended, did you know a sample for this? Thanks for any Answer :)! I am from Germany, please…
Survari
  • 63
  • 1
  • 5
5
votes
1 answer

Android music player in UI thread or background

I am trying to create simple Android application to play audio files from sd card. I have some problems with understanding Services. I will be concrete, here are my questions. Service by default runs on UI thread, isn't it ? Only if it runs in…
5
votes
1 answer

How to play a random music track on click?

I want to create a site where I have a image, and if somebody click this image, a random song from a playlist or something like this should be played. I have a running code to activate one song, but if I want to have more than one song it doesn't…
html user
  • 51
  • 1
  • 2
5
votes
0 answers

How to prevent MP3s from being downloaded?

I'm on project to construct an online music site at the final stage of delivery. The MP3 audio files are openly available to download via browser inspector (absolute paths to the audio files). How can I secure them from being downloaded, yet still…
Vinay
  • 548
  • 2
  • 12
5
votes
2 answers

control play pause button in fragment from musicplayer service

i create a musicplayer service class in android and have a play pause button in a fragment. I am running a radio stream in musicplayer service. The service is running on background. When the app is open service can control by play pause button. but…
Kishor datta gupta
  • 1,103
  • 2
  • 14
  • 42
5
votes
4 answers

How do I style the default Wordpress audio player with CSS?

I frequently use the Wordpress audio shortcode to embed my podcast episodes in my posts: [audio src="http://podcastsourcefile"] Unfortunately, the default audio player looks terrible. I would like to have it restyled with CSS. I have a mockup I can…
TrippWest
  • 51
  • 1
  • 2
5
votes
2 answers

Persistent music player

I am working on a project like a music store and i need to implement persistent music player as in ReverbNation. I examined ReverbNation and found that they are using ajax to load central content so that the player is always intact. My project is in…
Konsole
  • 3,447
  • 3
  • 29
  • 39
5
votes
1 answer

WP7 how to rate a Song

I see that the Song class only contains IsRated and Rating property with Set method. However, I see that the default music player application in WP7 has the ability to rate a song So, how can I rate a Song ?
onmyway133
  • 45,645
  • 31
  • 257
  • 263
5
votes
5 answers

Hide MP3 full url

I have a music player that links to a song using the following syntax:
  • title
  • Is there any way that I could have that executed server side and then be displayed like…
    Josh Rodgers
    • 507
    • 7
    • 27
    5
    votes
    4 answers

    Playing a mp3 file at button click event in windows form

    How to play a .mp3 file during the button click event in windows form? I'm new to C# and any pointers to this will be really helpful.
    Archer
    • 81
    • 1
    • 3
    • 7
    5
    votes
    1 answer

    Playing midi files with MusicPlayer & Music Sequence

    I've successfully gotten iOS to play a .mid (midi) file with a soundfont sample using the following code: -(void) playMusic:(NSString*) name { NSString *presetURLPath = [[NSBundle mainBundle] pathForResource:@"GortsMiniPianoJ1" ofType:@"SF2"]; …
    ilikejames
    • 121
    • 1
    • 8
    4
    votes
    2 answers

    MediaPlayer plays the music files only in debug mode ( Android )

    I have written an Android application ( in eclipse) that plays a music file as follows: MediaPlayer mediaPlayer = new MediaPlayer(); try { mediaPlayer.setDataSource(fileName); mediaPlayer.prepare(); …
    Farid Ala
    • 668
    • 1
    • 12
    • 30
    4
    votes
    2 answers

    Is there a way to play audio snippets in C# without installing the DirectX SDK?

    For a school project I need to create a program and it'd be nice if it could include some sound effects. We're using C# (and Visual C# Express Edition 2008 Edition) to code our programs, and I was wondering if there's anyway to play short audio…
    Chris Thomson
    • 115
    • 1
    • 2
    • 8
    4
    votes
    1 answer

    How to set preset eq in android?

    I want to develop a preset equalizer(not graphical) and set like a classical,jazz,normal,rock(these are represented in spinner). Can anbody help me regarding this.
    Ramesh Akula
    • 5,720
    • 4
    • 43
    • 67