Giter VIP home page Giter VIP logo

roover's Issues

Callback props

Create callback props that would be very useful, for example:

  • onLoading - called when audio is loading.
  • onReady - called when audio is ready to play.
  • onError - called when there was an error.
  • onPlaying - called when audio is playing.
  • onPaused - called when audio is paused.
  • onStopped - called when audio is stopped.
  • onMute - called when the mute value is changed.
  • onLoop - called when the loop value is changed.
  • onEnd - called when audio is ended.

Event Status Constants

Maybe is a good alternative create constants to manage this data

like a file with all exported constants

//src/utils/constants.ts

export default { 
 PAUSE: 'PAUSE'
}

//src/hooks/useRoover/useRoover.ts

import ROOVER from 'utils/constants'; 

service.send(ROOVER.PAUSE);

service.send('PAUSE');

What do you think @leonardomso ?

Move away from Howler

The current bundle size of the package is now 39.3 kB, I am working in a POC to move away from Howler and use only the Audio API.

Preload

Right now the library is loading the audio by default. Create a parameter on the useRehawk hook called preload so the user can choose when to load the audio. Also, provide a method called load or loadAudio.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.