The audio-player tag has no wiki summary.
5
votes
2answers
369 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 ...
4
votes
2answers
385 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 ...
3
votes
3answers
335 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 ...
2
votes
2answers
159 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 ...
2
votes
3answers
182 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
2
votes
1answer
243 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 ...
1
vote
2answers
37 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
58 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", {
...
1
vote
0answers
163 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 ...
1
vote
1answer
298 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 ...
1
vote
1answer
327 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
4answers
3k 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 ...
0
votes
0answers
26 views
How to play two different sounds from two sound channels?
What I know right now is to set AudioChannels in soundeffect as Stereo. But I am not sure how to implement it in detail.
I need is to play a sine wave with 1000Hz through left channel and play ...
0
votes
1answer
46 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
1answer
68 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 ...
0
votes
1answer
40 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 ...
0
votes
0answers
170 views
Custom Audio Player progress bar in android
I am trying to design an audio player. I need help regarding the progress bar. I want the status of progress bar to change as the audio progresses. I want progress bar to pause as I press Pause button ...
0
votes
1answer
102 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 ...
0
votes
0answers
65 views
Third-party Soundcloud players
http://soundcloud.com/pages/widgets
I'm looking for a similar player to the album cover one halfway down this page.
Not having much luck with Google but could anyone recommend a good one?
0
votes
0answers
315 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 ...
0
votes
0answers
109 views
Capture audio with native code on android 2.1
I'm trying to capture audio on android using C++. For android
2.3 there are a API called OpenSL SE. It works, but only with version
upper to 2.3.
There are a way to capture audio with native code ...
0
votes
1answer
318 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 = ...
0
votes
1answer
659 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
337 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 ...
0
votes
0answers
389 views
Source Code for PIC16F887 in C or ASM (Audio)?
Hey
I'm looking for some source codes or guides. Something to get me going with a project of mine. To generate audio through PIC16F887 with a speaker and midi input.
How one is to produce audio ...
0
votes
1answer
2k 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
102 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 ...
-1
votes
1answer
209 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.