The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
17 views

Cannot Create Audio Stream from Input Stream

I am trying to get a sound file (.wav) to play when a button is clicked. The calls are all made correctly. When I click the button, an IOException is printed. This is the code for the method that ...
0
votes
1answer
47 views

Java background music doesn't loop

Can someone help me with this problem? I can't get the music to loop and It gives me an error: "java.io.IOException: could not create AudioData object". You can download the full project here: ...
0
votes
0answers
24 views

Audio File Upload: PrePlay

i want to create an audio upload form. When user selects audio, i want to show an audio player. What i mean is, i want to read audio from local storage. I try a few methods but saw this, in firefox i ...
-2
votes
1answer
156 views
0
votes
1answer
98 views

What is best audio player with support all browsers?

What is best audio player with support all browsers? It should compatible with ipad, ipod, iphone as well. HTML5 is not supported on all browsers so i can't use it. Thanks for help.
0
votes
0answers
34 views

Making a track loop with an audio player in Titanium Studio

I work on a music app with Titanium Studio. I have a problem with "audioPlayer". I want to loop a stream (mp3 file) but it is only available with "Titanium.Media.Sound" and so I made this piece of ...
0
votes
0answers
29 views

AudioPlayer.TrackEnded event handling on both WP7 and WP8

There seems to be some struggling to handle the PlayState.TrackEnded event that would work for both WP7 and WP8. You see, on WP7 for the AudioAgent I get the PlayState.TrackEnded event properly when ...
1
vote
1answer
38 views

what is the different between double and int16 while using audioplayer in matlab

I have a vector keeps audio data, with frequency of 48k. The data consist of integers, max value is about 4k. Vector type is <1x768000 double> . When I build my player with this vector type just ...
0
votes
0answers
52 views

Ho to use MediaElement with relative URL in Windows Phone 7.1?

I proved everything but this code does not run in Windows Phone 7.1 private MediaElement media; private MediaElement media; // Costruttore public MainPage() { ...
0
votes
3answers
62 views

Change iframe source from another iframe when both the iframe are in same page

I have this following code where i cannot play the player in second iframe from first iframe . Although this works fine if the link to play song is in the main page and not inside the first iframe ...
0
votes
0answers
96 views

missing jQuery and Audio Player: Tumblr Infinite Scroll

I've read a few different threads and tried to implement the repair script and correct html code, but it still wasn't working properly when infinite scrolling was enabled. ...
0
votes
0answers
146 views

jPlayer not playing mp3

I've updated the jPlayer to the latest version and used the cssSelectors to match that but my audio player has stopped playing - funny thing is it doesn't through any errors in Firefox. So can't seem ...
0
votes
1answer
82 views

karaoke application for windows phone 7

How do i create a Karaoke kind of application in WP7? Highlighting words according to the word spoken or sung in the audio? Is there any Tutorial available from where i can learn this? Am trying to ...
1
vote
1answer
105 views

Docked footer that acts like a frame?

I'm designing a band website and Reverbnation has a cool music player in the footer which allows music to keep playing while changing pages. I've looked at the code and I can't see any evidence of ...
0
votes
1answer
116 views

Titanium, Forward and Rewind with createaudioPlayer

I've created an audioPlayer and a slider to work together: Slider moves while the music plays. It does. Now I want to be able to forward and rewind with the slider. It doesn't work, I guess it is ...
1
vote
1answer
423 views

In Matlab, how can I sync audio with a plot?

I'm using [y, Fs, nbits, opts] = wavread(filename) to read in a wave file. Next I plot(t, y) where t = 0:1/Fs:(length(y)-1)/Fs. I play the wav via sound(y, Fs). My question is, is there a way to ...
0
votes
0answers
441 views

Android open default mp3 player within application

Should be really simple. I just want the default mp3 player to open when a button is pressed as its own activity. I need it to work on api 3 and higher This opens a media player but it is not the ...
0
votes
1answer
276 views

Voice or Audio player for .amr file in Java ME

I am working on audio recording in Nokia S40 series mobiles. I am able to record the message, but I am not able to play the recorded audio message. Can anyone help me how to code for voice player for ...
2
votes
0answers
118 views

html 5 or jquery player with share functions

I'm looking for an html 5 player or jquery player with share functions to at least facebook and twitter. And a link copy function so someone could paste a link in email etc. Soundcloud is close ...
2
votes
1answer
440 views

How to create an audio streaming site in the style of Lynda or other video-training sites?

I would like to make a streaming store like Lynda.com, Udemy.com, or other video-training websites - where the customer can buy and/or subscribe to my digital library, but the customer can only stream ...
2
votes
0answers
225 views

Can any one Guide me which Audio Player I should use for my aplication? [closed]

I am creating an application on Ruby on Rails in which I want to embed an Audio-player to play song in play list. Can you guide me with which audio player I should go with?
2
votes
1answer
150 views

How to stop Audio File Played through Apple Quicktime plugin in a webpage

i am playing audio file through the code below in a jQuery Dialog through Quicktime. Everything is working fine but what i want to do is when i close the Dialog i want the audio file to stop too. in ...
0
votes
0answers
96 views

How to code a simple audio player

I would like to create a simple audio player but Im lost seeing the big picture. Can you describe the key aspects(the building blocks) of creating this project and how they are combined. I guess I ...
0
votes
1answer
214 views

AudioRecord buffer wipe out in android

In android read is blocking call as per documentation,However if We read data into our custom buffer using read call what will happen to android audio buffer Is Android audio buffer wipe out its ...
1
vote
1answer
223 views

How to get the total duration of media being played in PyQt4?

I am trying to write a small audio player in PyQt4. This is a part of the code I've written: class Player(QMainWindow): def __init__(self, fileLoc, parent = None): super(QMainWindow, ...
0
votes
1answer
598 views

WP7 BackgroundAudioPlayer plays only while attached to debugger

I'm working on music app for WP7. It downloads music from our servers in form of little segments (each track is devided into 128k encrypted pieces). I'm using AudioPlayerAgent and AudioStreamingAgent ...
0
votes
1answer
152 views

Why is my sound cutting out in my WPF application?

So this is strange...in my C#, WPF app, I have a button that, when clicked, plays a short audio clip that acts as help text. About 50% of the time it works beautifully...the other 50% it gets cut off ...
1
vote
2answers
354 views

AudioPlayerAgent Streaming - Stop doesnt delete the buffer

I'm currently developing a web radio app and if the user presses the pause/stop key the stream should stop and of course when he presses play again the stream should continue. The problem I have is, ...
1
vote
1answer
751 views

javascript get value from external PHP value

So basically i have a js file which looks like: var player = $("#zen .player"); player.jPlayer({ ready: function () { $(this).jPlayer("setMedia", { ...
0
votes
1answer
210 views

I have to read next text (lyrics) and display it when the audio playback time reaches certain value

I have starting time of each sentence spoken in the audio. I can get the current time of audio using MediaPlayer.getCurrentPosition(). What i want to know is: What class or interface should i use ...
0
votes
2answers
571 views

Playcount for Media Files?

I want to query meta data from the external storage. That's pretty straight forward with the ContentProvider. But I also want to get the play count of the mp3 file. I looked into projects like ...
2
votes
2answers
756 views

flash-free continuous audio player - is this possible?

edit: condensed question: How can I create a flash-free continuous music player (one that is uninterrupted as the user navigates the site) So I want to set up a website with an audio player that ...
0
votes
1answer
228 views

Audio Control UI customization in HTML

Is there any method to modify Audio Control's UI in HTML file? I want to make the control's button bigger for mobile browser. I am playing with the following tutorial code: <audio ...
1
vote
1answer
373 views

how to add music library in my android appplication like facebook and twitter

I want to add or play mp3 files from music library in my application... I am able to fetch all mp3 files in a listview but I want features of the music gallery which lists out the songs accroding to ...
0
votes
1answer
366 views

increase volume by click button in a flash player using actionscript

I'm making a flash payer. I already finished the volume part, and I also want to add two functions. One is when user click "add button", it will increase the current volume and change the volume ...
3
votes
1answer
1k views

How to pass List <AudioTrack> from class to class AudioPlayer

The site is an example of microsoft for Windows Phone 7, namely: Background Audio Player Sample or Sample In this example, the playlist is formed in the class AudioPlayer as a list of private ...
0
votes
0answers
1k views

Audio player with slider/playhead and progress bar with jQuery UI

I've created an audio player for a web app based on this tutorial (with link to live player): http://neutroncreations.com/blog/building-a-custom-html5-audio-player-with-jquery/ I have everything ...
-1
votes
1answer
365 views

How to tell if stock android media player is running

I'm developing my first android app, and I am wondering if there is a way that I can tell if the stock android music player is running. I am thinking there has to be a type of isRunning() boolean ...
5
votes
2answers
2k views

Playlist with HTML and JS

I am building a custom audio player with JavaScript and I'm having a bit of trouble figuring out the playlist part. I am able to play a single song on the player and I have everything built in HTML to ...
0
votes
1answer
909 views

Android 2.1+ Pause for incoming/outgoing call, resume when done

Is there a reliable way in Android to detect the beginning and end of incoming and outgoing calls, in order to do things like pause and play audio. I have done the following: telephonyManager = ...
2
votes
3answers
421 views

android audio player

I want to develope audio player that has seek functionality. Right now I am doing only play and stop functionality. How can I add seek to functionality to it? Thanks in advance
1
vote
2answers
2k views

how to play audio file from url in android

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 no ...
1
vote
1answer
1k views

HTML5 Audio tag + Jquery: Toggling the active button

<div id="audio-player"> <div> <img id="playButton" onclick="document.getElementById('stars').play(); document.getElementById('playButton').toggle( ...
0
votes
2answers
687 views

Why doesn't this work (javascript + audio player)

I am trying to use the JavaScript audio player(http://wpaudioplayer.com/standalone/) on my website. I tried passing PHP variables into the JavaScript but it does not seem to work properly. The ...
2
votes
2answers
5k views

Tumblr Audio Player not loading with Infinite Scroll

I implemented infinite scroll along with masonry on this tumblr: [check revision for link] The audio player does not appear in posts loaded through infinite scroll, instead it displays the text ...
-1
votes
1answer
309 views

Android-Audio Recording

I would like to know The Audio Recording can be done within emulator It should be stored in some other place but not in SD card.
2
votes
1answer
387 views

same flash file (.swf) downloaded multiple times on a page

I have a page that has a table with each row corresponding to an audio file. The last cell in each row embeds a simple flash audio player. The problem is that the flash file for the player is being ...
3
votes
3answers
469 views

Lib to play audio media in .NET?

I tried fmod.net but got a 'System.BadImageFormatException' error. I then tried WindowsMediaPlayer and have sounds playing. However i am having issues playing a sound when the current one ends ...
4
votes
2answers
442 views

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 ...
1
vote
4answers
5k views

AVAudioPlayer currentTime problem

I'm trying to use the audioplayer with a slider in order to seek into a track (nothing complicated). But I have a weird behavior... for some value of currentTime (between 0 and trackDuration), the ...