
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
audio-hid-events
Advanced tools
Listen to HID events from USB audio products.
npm install --save audio-hid-events
const audioHidEvents = require('audio-hid-events')
audioHidEvents.on('volume-up', () => {
console.log('Volume up')
})
audioHidEvents.on('volume-down', () => {
console.log('Volume down')
})
audioHidEvents.on('mute', () => {
console.log('Toggle mute')
})
| Name | Button |
|---|---|
volume-up | Volume up |
volume-down | Volume down |
mute | Mute |
Currently the only supported product is "USB AUDIO CODEC" (29c6) by "BurrBrown
from Texas Instruments" (08bb). Adding support for more products should be
trivial.
FAQs
Listen to HID events from USB audio products.
The npm package audio-hid-events receives a total of 4 weekly downloads. As such, audio-hid-events popularity was classified as not popular.
We found that audio-hid-events demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.