detect-media-element-source
Browser support checker
Determines whether WebAudio's createMediaElementSource() is supported by the browser
detects whether the browser supports WebAudio music streaming
5 stars
7 watching
1 forks
Language: JavaScript
last commit: over 8 years ago Related projects:
Repository | Description | Stars |
---|---|---|
experience-monks/detect-audio-autoplay | A tool to determine browser support for auto-playing audio | 14 |
experience-monks/web-audio-player | A WebAudio player that simplifies cross-browser playback and addresses common issues with streaming audio on mobile devices. | 244 |
hughsk/web-media-playback | Provides access to playback and buffering information of audio or video in the browser. | 8 |
experience-monks/ios-safe-audio-context | Creates an AudioContext that works reliably across desktop and mobile platforms, specifically addressing issues with iOS devices' sample rate. | 57 |
pixijs/sound | A WebAudio API playback library with filters and support for modern browsers. | 409 |
experience-monks/simple-media-element | An abstraction around standard HTML media elements, handling common mime-type lookups and attribute settings. | 2 |
etianen/html5media | Makes embedding video and audio tags easy in all major browsers | 1,278 |
adrienjoly/playemjs | A JavaScript component for streaming and playing audio/video tracks from various platforms, including YouTube and Vimeo. | 96 |
collective/wildcard.media | Provides media conversion and playback capabilities for audio and video content types. | 13 |
spite/webaudioextension | A Chrome DevTools extension to visualize and interact with the routing graph of Web Audio API | 186 |
robatwilliams/es-compat | Checks JavaScript code compatibility with target browsers and Node.js versions | 68 |
isnit0/webaudio-generator | Generates WebAudio code based on user interactions with a UI | 60 |
jeromeetienne/webaudiox | A collection of utility functions for the WebAudio API. | 440 |
browserify/stream-browserify | Makes Node.js stream API compatible with browser environments. | 103 |
fielddb/recordmp3js | Records audio directly from the browser to generate an MP3 file using JavaScript and HTML. | 2 |