angular-soundmanager2

WebJar for angular-soundmanager2

License

License

MIT
Categories

Categories

Angular User Interface Web Frameworks
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

angular-soundmanager2
Last Version

Last Version

0.5.6
Release Date

Release Date

Type

Type

jar
Description

Description

angular-soundmanager2
WebJar for angular-soundmanager2
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/perminder-klair/angular-soundmanager2

Download angular-soundmanager2

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/angular-soundmanager2/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>angular-soundmanager2</artifactId>
    <version>0.5.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/angular-soundmanager2/
implementation 'org.webjars.bower:angular-soundmanager2:0.5.6'
// https://jarcasting.com/artifacts/org.webjars.bower/angular-soundmanager2/
implementation ("org.webjars.bower:angular-soundmanager2:0.5.6")
'org.webjars.bower:angular-soundmanager2:jar:0.5.6'
<dependency org="org.webjars.bower" name="angular-soundmanager2" rev="0.5.6">
  <artifact name="angular-soundmanager2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='angular-soundmanager2', version='0.5.6')
)
libraryDependencies += "org.webjars.bower" % "angular-soundmanager2" % "0.5.6"
[org.webjars.bower/angular-soundmanager2 "0.5.6"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

AngularJs Music Player

Not maintained anymore, no interest in AngularJs, contact me if anyone wants to maintain this repo. Twitter @pinku1

Join the chat at https://gitter.im/perminder-klair/angular-soundmanager2

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+

Features

* Simple to use (use of directives)
* Playlist support
* Soundcloud support
* Easy to understand and extend API

Usage:

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!

Advanced API documentation available here: http://perminder-klair.github.io/angular-soundmanager2/

Example demo

Take a look at files under examples directory for demo and how to create player using AngularJs directives.

Live demo

HTML5 Audio() Support

* 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

Why I created this

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!

Development

Install dependencies

npm install

Run grunt to watch files to update dist

grunt

Credits:

Credit goes to Scott Schiller for his excellent SoundManager2.

License:

Licensed under the MIT license

Versions

Version
0.5.6