angular-soundmanager2 icon indicating copy to clipboard operation
angular-soundmanager2 copied to clipboard

SoundManager2 Music Player for AngularJs

Results 42 angular-soundmanager2 issues
Sort by recently updated
recently updated
newest added

add feature Shuffle

Hi! First of all I'm new to soundmanager but I get this error after the track ends: Uncaught TypeError: Cannot read property 'get' of undefined angular-soundmanager2.js:6086 init.soundManager.setup.defaultOptions.onfinish angular-soundmanager2.js:3179 (anonymous function)angular-soundmanager2.js:3466...

I played a audio file, I also use repeat mode. But when it play again, it must be loaded again. it will be perfect if soundmanager2 can support cache

I understand how to add track, etc using the buttons provided. For my use case I need to remove these buttons and instead do everything programatically (i.e. without user input)....

How do i set the play position or the regress bar manually. my app saves the last play position of the user, so that they can resume even after they...

I would like, when a user open the page music is automatically played. I see in the js file there is an option to set autoplay to true, but don't...

Add a possibility to play the playlist in a randomly chosen order (like the repeat-posibility, toggle to activate)

i have a player and i need the set a music from page load. and when the User click play he already play this music that I set , and...

I want to volume down and up via keyboard control. And made this. PS: Don't forget to inject "angularPlayer" to your controller. Demo: http://play.mixboxx.com/ ` $scope.setProgress = function (progress) {...