AudioPlayer
AudioPlayer is an HTMLAudioElement-like class that uses the Web Audio API to circumvent restrictive browser rules that make it hard to play sounds without a user gesture.
| License |
License
BSD 3-Clause
|
|---|---|
| GroupId | GroupIdorg.webjars.npm |
| ArtifactId | ArtifactIdtwilio__audioplayer |
| Last Version | Last Version1.0.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description@twilio/audioplayer
WebJar for @twilio/audioplayer
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| twilio__audioplayer-1.0.6.pom | |
| twilio__audioplayer-1.0.6.jar | 31 KB |
| twilio__audioplayer-1.0.6-sources.jar | 22 bytes |
| twilio__audioplayer-1.0.6-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/twilio__audioplayer/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>twilio__audioplayer</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/twilio__audioplayer/
implementation 'org.webjars.npm:twilio__audioplayer:1.0.6'
// https://jarcasting.com/artifacts/org.webjars.npm/twilio__audioplayer/
implementation ("org.webjars.npm:twilio__audioplayer:1.0.6")
'org.webjars.npm:twilio__audioplayer:jar:1.0.6'
<dependency org="org.webjars.npm" name="twilio__audioplayer" rev="1.0.6">
<artifact name="twilio__audioplayer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='twilio__audioplayer', version='1.0.6')
)
libraryDependencies += "org.webjars.npm" % "twilio__audioplayer" % "1.0.6"
[org.webjars.npm/twilio__audioplayer "1.0.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.webjars.npm : babel-runtime | jar | [6.26.0,7) |
AudioPlayer is an HTMLAudioElement-like class that uses the Web Audio API to circumvent restrictive browser rules that make it hard to play sounds without a user gesture.