Tagged Questions

SoundManager 2 is an open source audio API. It uses HTML5 and/or Flash to play audio using JavaScript.

learn more… | top users | synonyms

2
votes
1answer
42 views

how to create Asynctask to load sounds into a manager on a loading screen

My past two questions were short and not detailed so I'll try my best this time. I have a large soundboard with around 430 sounds. It is so big, I have to create 2 soundmanagers on some devices. ...
2
votes
0answers
78 views

Strange issue setting volume on my music player (SoundManager)

I'm developing a music player using SoundManager 2 on my website, but I'm now encountering a strange issue with setting the volume. The user can change to volume on my website using a slider. If the ...
2
votes
2answers
143 views

How do you detect when a sound file has finished?

I am playing a sound file using this code inside a broadcast receiver activity: notification.sound = Uri.parse("android.resource://emad.app/raw/seven_chimes"); I would like to detect when this file ...
2
votes
1answer
258 views

SoundManager2 onid3() not firing

Hey, I'm building a simple Javascript jukebox using the latest SoundManager2 for audio playback, with local MP3 files being the source. I've got file loading and playing sorted, and at the moment I'm ...
2
votes
3answers
760 views

SoundManager2 has irregular latency

I'm playing some notes at regular intervals. Each one is delayed by a random number of milliseconds, creating a jarring irregular effect. How do I fix it? Note: I'm OK with some latency, just as long ...
1
vote
0answers
39 views

SoundManager2 creating and playing 55 sounds

UPDATE: so I found this on Adobe's AS3 spec: SoundChannel — A SoundChannel object, which you use to control the sound. This method returns null if you have no sound card or if you run out of ...
1
vote
0answers
142 views

Skins / Themes for Soundmanager 2

I am currently considering to use Soundmanager2 as an audio player for a small project. I like SM2 a lot, but unfortunately I can't find an implementation that provides an inline player with basic ...
1
vote
1answer
81 views

How to return song duration in soundmanager

How can i return song duration in soundmanager with function ? function item_duration(){ var song_item = soundManager.createSound({ id:'etc', url:'etc', onload: ...
0
votes
0answers
17 views

SoundManager w HTML5 Audio is causing 206 Partial Content errors?

I'm using SoundManager (SM) with HTML 5 audio preferred along with the standard SM flash fallback. For some reason I'm seeing requests being cancelled, resulting in the error red in console though ...
0
votes
0answers
46 views

How to improve this jQuery code? [migrated]

I'm trying to improve the quality/efficiency of my coding (having only been learning jQuery for a couple of months). I have a function which loops through all $('.loop-bar')'s and applies a jQueryUI ...
0
votes
1answer
22 views

soundManager loaded from ajax plays previously selected song

I have a page where different music albums are showed, and I'm initalizing a soundManager in it. When an album is clicked, a view is loaded in ajax with some mp3 links in it. This works fine and the ...
0
votes
0answers
49 views

soundmanager2 not streaming audio inline in Firefox 9

This is so bizarre. I basically copied the source from this demo. But for some reason, the audio is not playing inline, and is just getting loaded in the browser (Firefox 9). I really don't get why ...
0
votes
0answers
50 views

soundManager2 issues playing 55 sounds at once [closed]

So I'm trying to make a "music maker" for lack of a better term. Ideally, you click "start" and it Plays and Mutes all 55 sounds... and then you toggle Mute to hear the sounds being looped. So far ...
0
votes
0answers
25 views

SoundManager2 Javascript Function - Within JS file

I've got a widget I've built that builds out its functions when loaded via script src on any site. Within the widget, I'm loading JS library SoundManager2. When I try to load the JS library within ...
0
votes
1answer
120 views

Inline Javascript Audio Player/ Sound Manager 2

I would like to implement this audio player, http://www.schillmania.com/projects/soundmanager2/ into my band website that I am working on http://thewintonsbluegrass.com. It is a Wordpress site ...
0
votes
0answers
30 views

Can SoundManager2 config be used before the closing body tag instead of in the head?

I have tried to move my SoundManager2 stuff to the bottom of the page before </body> to no avail. Here is the syntax I am using: <script type="text/javascript"> soundManager.url = ...
0
votes
2answers
183 views

Android, playing sound in soundpool

I downloaded some code which instead of playing my sound in my local class calls another class to play the sound, the only problem I am having is it is not allowing me to use my volume keys on my ...
0
votes
1answer
72 views

How to start sound after sound in soundmanager2

How can i start sound after sound in soundmanager2, i mean when the first sound ends, second sound to start and when the second end the third start and etc and etc..
0
votes
0answers
214 views

List tracks from Soundcloud and play it with Soundmanager 2 on a Wordpress blog

first of all this is not a cry for a perfectly coded solution but it would be perfect if someone could at least give me some tips on how to solve this problem which is: I have this custom Wordpress ...
0
votes
0answers
92 views

soundmanager 2 demo problem (demo is not working)

I've downloaded the latest version of soundmanager from "http://www.schillmania.com/projects/soundmanager2/doc/download/#latest" But when I clicked the button in the page in "360-player" within the ...
0
votes
1answer
49 views

Playing test tones in an Javascript audio app for the web

For a small web app I'm making, I need to output sinusoidal test tones for client-side audio playback. The thing is, I can't seem to find a way to do it in javascript without downloading and looping ...
0
votes
0answers
24 views

Unmute() is not working in my soundmanager2 file. How do I fix this?

this.unmute = function(sID) { if (typeof sID != 'string') { sID = null; } if (!sID) { _s._wD('soundManager.unmute(): Unmuting all sounds'); for (var i=_s.soundIDs.length; i--;) { ...
0
votes
0answers
66 views

How do I make SoundManager not cause errors gracefully?

//Sound Manager var popSound; soundManager.url = '<%= media_url_self %>/js/soundmanager/swf/'; soundManager.useFlashBlock = true; soundManager.debugMode = false; ...
0
votes
1answer
104 views

playing mp3 files located outside of public_html with soundmanager 2

I have to stream some mp3 files located outside of public_html with soundmanager2 or any other flash-based mp3 player but i can't make it work. Do you know any workaround on this subject ? Thanks
0
votes
2answers
164 views

Soundmanager: MySound is not defined

soundManager.url = 'swf/'; soundManager.createSound({ id: 'mySound', url: 'http://localhost/htmlshooter/mp3/gun.mp3', autoLoad: ...
0
votes
1answer
291 views

Soundmanager will not play a sound

function doclick(){ soundManager.createSound({ id: 'mySound', url: 'http://localhost/htmlshooter/wav/gun.wav', autoLoad: true, autoPlay: true, volume: 100 ...
0
votes
0answers
149 views

Playing sound in javascript, using soundmanager… Does not work

soundManager.createSound({ id: 'mySound', url: 'wav/gun.wav', autoLoad: true, autoPlay: true, ...
0
votes
1answer
162 views

How to tell if soundmanager2 is using html5?

soundmanager2 will use html5 audio instead of flash if various properties are set and it thinks conditions are Ok. Once soundmanager2 has decided, is there a property on the SoundManager object that ...
0
votes
0answers
173 views

Prevent HTML5 audio from continuing to play in Mobile Safari after returning to the Home screen via the Home button (hardware)

Hey there. I'm using SoundManager2 to play an .mp3 (via onClick) in the background of a page, which works fine. The issue is that in iOS 4 (and I'm assuming other versions as well) when you press the ...
0
votes
1answer
320 views

How can I get better response times with soundManager2?

Using soundManager2, I made a simple anchor with onclick="mySound.play()", but there is a big gap (almost half a second) before the sound is actually heard! This is, even though I pre-loaded the ...
0
votes
1answer
2k views

JQuery and SoundManger not playing nicely

I've just stared using JQuery and SoundManger2, and I have noticed that SoundManager has problems in certain situations where JQuery is used. And it also depends if Firefox (3.6.13) or IE(8.0.7600) ...
0
votes
1answer
184 views

Amazon S3: how to use/load an mp3 file simultaneously

I'm using Amazon S3 to store some mp3 files. My web application, uses the Soundmanager2 javascript library to load the files from the Amazon bucket, and play them to users. When the first user ...
0
votes
0answers
117 views

How to use SoundManager with Chrome Packaged App

I'm trying to make a Chrome Packaged App work with SoundManager. Most of the app content will be 'installed'. Is it possible to make SoundManager work loading the swf from an online server? I mean, ...
0
votes
1answer
520 views

Sound Manager 2 basic example redirect problem (mp3 on separate page)

I'm trying to implement the following Audio w/ Sound Manager2 example: www. shillmania/ projects/ soundmanager2/ demo/ play-mp3-links/ basic.html I thought I had all the files correctly linked as ...
0
votes
1answer
700 views

Javascript SoundManager2 Problems

I am trying to get this player to basically just start and stop when you click the track. I have failed miserably at this. Has anyone used this before and can give me a little help? I was hoping to ...
0
votes
2answers
455 views

SoundManager / Jquery : Get SoundID sID

So I am trying to access a jquery soundmanager variable from one script (wpaudio.js – from the wp-audio plugin) inside of another (init.js – my own javascript). I am creating an alternate pause/play ...
0
votes
1answer
613 views

Alternate play / pause button for WordPress wpaudio soundmanager plugin

I am using the wpaudio plugin to convert mp3 links into a javascript/flash audio player. My problem is that I use this plugin in two areas on my site: one on a black background, and one on a white ...
0
votes
4answers
288 views

Render image from audio

Is there a possibility to render an visualization of an audio file? Maybe with SoundManager2 / Canvas / HTML5 Audio? Do you know some technics? I want to create something like this:
0
votes
1answer
440 views

Implementing canplaythrough in SoundManager2

I need help making an algorithm to detect that all the conditions for HAVE_ENOUGH_DATA are met (and continuously checking until they are met) and I am stumped as to how to calculate all the necessary ...
-1
votes
0answers
9 views

I need help getting soundmanager 2 to play a file

I am using the code (link below) as my point of reference and I am confused. There are a series of what appear to be sound files but they don't have extensions. Any how, when I copy and paste the code ...