Gathering detailed insights and metrics for react-custom-audio-player
Gathering detailed insights and metrics for react-custom-audio-player
Gathering detailed insights and metrics for react-custom-audio-player
Gathering detailed insights and metrics for react-custom-audio-player
react-use-audio-player
React hook for building custom audio playback controls
@mux/mux-audio-react
A custom mux audio element for React that Just Works™
customizable-react-audio-player
customizable react audio player
@mike_petrov/react-custom-audio-player
This is a light React wrapper around the HTML5 audio tag. It provides the ability to manipulate the player and listen to events through a nice React interface.
npm install react-custom-audio-player
Typescript
Module System
Node Version
NPM Version
68.3
Supply Chain
91.9
Quality
88
Maintenance
100
Vulnerability
100
License
JavaScript (55.08%)
SCSS (44.92%)
Verify real, reachable, and deliverable emails with instant MX records, SMTP checks, and disposable email detection.
Total Downloads
36,331
Last Day
32
Last Week
223
Last Month
919
Last Year
10,035
4 Stars
171 Commits
7 Forks
6 Watchers
13 Branches
8 Contributors
Updated on Jan 09, 2025
Minified
Minified + Gzipped
Latest Version
1.3.15
Package Id
react-custom-audio-player@1.3.15
Unpacked Size
147.43 kB
Size
38.59 kB
File Count
26
NPM Version
6.14.18
Node Version
14.21.3
Published on
Jan 09, 2025
Cumulative downloads
Total Downloads
Last Day
6.7%
32
Compared to previous day
Last Week
7.2%
223
Compared to previous week
Last Month
6.9%
919
Compared to previous month
Last Year
22.1%
10,035
Compared to previous year
2
24
This is a light React wrapper around the HTML5 audio tag. It provides the ability to manipulate the player and listen to events through a nice React interface.
npm install --save react-custom-audio-player
import AudioPlayer from 'react-custom-audio-player';
//...
<AudioPlayer src='sample.wav'/>
See the example directory for a basic working example of using this. You can run it with the command npm run example
.
Prop | Type | Default | Description |
---|---|---|---|
showLoader | Boolean | false | Show loader till file downloads |
showSeekControls | Boolean | false | Show Forward & Rewind options |
enableDownload | Boolean | true | Show Button to download Audio file |
showRunningTimer | Boolean | false | Show Elapsed time |
showFullDuration | Boolean | false | Show Full Duration of Audio file |
showRemainingTime | Boolean | false | Show Remaining Duration of Audio file while playing |
showVolumeSlider | Boolean | false | Controls to Adjust Volume |
showPlaybackRate | Boolean | false | Controls to Adjust Audio Play Rate |
customDownloadButton | Boolean | false | Custom Icon for Download button |
type | String | '' | Type of Audio file Ex: .mp3, .wav |
filename | String | '' | Audio file name |
onLoadErrorHandler | Function | error log entry | Custom errror handling function if the audio source is not available |
theme | String or Object | '{progressBarColor: '#e6e9f0',progressBarFillColor: '#6699ff',}' | Custom theme Options |
See the audio tag documentation for detailed explanations of these attributes.
Indicates how often to call the onListened
prop during playback, in milliseconds.
Called when unloading the audio player, like when switching to a different src file. Passed the event.
Called when enough of the file has been downloaded to be able to start playing. Passed the event.
Called when enough of the file has been downloaded to play through the entire file. Passed the event.
Called when playback has finished to the end of the file. Passed the event.
Called when the audio tag encounters an error. Passed the event.
Called every listenInterval
milliseconds during playback. Passed the event.
Called when the user pauses playback. Passed the event.
Called when the user taps play. Passed the event.
Called when the user drags the time indicator to a new time. Passed the event.
Called when the metadata for the given audio file has finished downloading. Passed the event.
This is especially useful if you need access to read-only attributes of the audio tag such as buffered
and played
. See the audio tag documentation for more on these attributes.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
Found 7/8 approved changesets -- score normalized to 8
Reason
2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
license file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
57 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-02-24
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More