Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

detect-audio-video

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

detect-audio-video

Detect audio video features

  • 0.29.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
630
decreased by-1.72%
Maintainers
1
Weekly downloads
 
Created
Source

detect-audio-video

NPM version NPM downloads bundlephobia install size

Detect audio video features.

Features

  • Support for media formats
  • Screen
    • Name
    • Size
    • Aspect ratio
    • HDR support
    • Device pixel ratio
    • ScreenDetails: primary, internal and etc.
  • GPU info
  • DRM
    • Microsoft PlayReady SL150, SL2000, SL3000
    • Google Widevine Modular L1, L3
    • Apple FairPlay
    • Adobe Primetime
  • Native streaming support
    • DASH
    • HLS
    • MSS
  • HTMLVideoElement features
    • Media Source Extensions
    • Encrypted Media Extensions
    • Managed Media Source
  • Video codecs
    • H.264
    • H.265 (HEVC)
    • H.266 (VVC)
    • Dolby Vision
    • EVC
    • VP8
    • VP9
    • AV1
  • Audio codecs
    • AAC
    • AC-3 (Dolby Digital)
    • EC-3 (Dolby Digital+)
    • Dolby Atmos
  • Image formats
    • GIF
    • PNG
    • APNG
    • JPEG
    • HEIF
    • AVIF
    • WebP

Install

npm install detect-audio-video --save-dev

Using

import { isAacSupported } from 'detect-audio-video';

console.log(`AAC supported: ${isAacSupported()}`);

License

MIT

Keywords

FAQs

Package last updated on 08 Apr 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc