New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

coerushooks

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coerushooks

This was made in order to combine the functionality of WebAudio, WebSpeech, and Meyda Analyzer into an easy to use package.

latest
npmnpm
Version
0.4.3
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

Coerus Hooks Alpha

This was made in order to combine the functionality of WebAudio, WebSpeech, and Meyda Analyzer into an easy to use package.

To Do

  • Polyfill for WebSpeech API
  • Polyfill for WebAudio API
  • Polyfill for Meyda Analyzer
  • Add more features
  • Add more languages

How to use

Context:

We have three main contexts and one higher order context:

Main Contexts:

  • Coerus API

    • Coerus Allows you to use the WebAudio API and the WebSpeech API in a single package as well as Meyda in order to analyzer the WebAudio data.
  • WebAudio

    • WebAudio is a context that allows you to create audio nodes and connect them together.
  • WebSpeech

    • Speech Recognition is a context that allows you to use the Speech Recognition context with the WebSpeech API.
  • Meyda Analyzer

    • Meyda Analyzer is a context that allows you to use the Meyda Analyzer context with the WebAudio API.

Hooks

  • WebAudio

    • WebAudio is a hook that allows you to create audio nodes and connect them together.

      const DemoComponent = () => {
      	const webAudio = new useWAC();
      	
      	useEffect(() => {
      		console.log(webAudio)
      	}, [webAudio])
      
      	return(
      		...
      	);
      }
      
  • WebSpeech

    • Speech Recognition is a hook that allows you to use the Speech Recognition hook with the WebSpeech API.

      const DemoComponent = () => {
      	const speechRecognition = new useSRC();
      	
      	useEffect(() => {
      		console.log(speechRecognition)
      	}, [speechRecognition])
      
      	return(
      		...
      	);
      }
      
  • Meyda Analyzer

    • Meyda Analyzer is a hook that allows you to use the Meyda Analyzer hook with a Meyda Analyzer Node Object.

      const DemoComponent = () => {
      	const meydaAnalyzer = new useMeyda();
      	
      	useEffect(() => {
      		console.log(meydaAnalyzer)
      	}, [meydaAnalyzer])
      
      	return(
      		...
      	);
      }
      

FAQs

Package last updated on 21 Apr 2022

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