A music player made with SoundManager 2 API for AngularJs to play music files.
SoundManager 2 brings reliable cross-platform audio to JavaScript.
Requirements: AngularJS 1.2+
install via bower:
bower install angular-soundmanager2
include required file:
dist/angular-soundmanager2.js
include the angularSoundManager as a dependency for your app.
angular.module('myApp', ['angularSoundManager'])
That's it -- you're done!
Take a look at files under examples
directory for demo and how to create player using AngularJs directives.
* 100% Flash-free MP3 + MP4/AAC where supported
* Compatible with Apple iPad 3.2, iPhone/iOS 4 and newer
* Fallback to Flash for MP3/MP4 support, as needed
* SM2 API is transparent; HTML5/flash switching handled internally
* HTML5 API support approximates Flash 8 API features
* Some other formats (WAV/OGG) supported via HTML5, depending on browser
* See "useHTML5Audio" property for implementation details
There are a couple projects similar to this out there, but none were ideal for me and none of them was using awesome API of SoundManager2.
Feel free to fork this project and amend it according to your needs. This is just an start point!
Credit goes to Scott Schiller for his excellent SoundManager2.
Licensed under the MIT license