David Lepaux

Results 15 comments of David Lepaux

Hello @LennyPenny, Yes I know that and nothing is done about it yet. Feel free to make a Pull Request, your help would be really appreciated here ! If not...

Hi @LennyPenny I'm currently preparing a major release that includes the migration to `AudioWorklets`, TypeScript and an Event driven design instead of callback function in the configuration. Stay tuned :)

Hello @LennyPenny, I've just release the v3 of the library that use `AudioWorklets`, enjoy

Hi @webmaxru ! I’m going to take a look at this issue, I keep you posted.

The [v3.2.1 release](https://github.com/dlepaux/realtime-bpm-analyzer/releases/tag/v3.2.1) is out with couple of explanations and documentation fixes. Let me know 😃 Thank you for using [realtime-bpm-analyzer](https://github.com/dlepaux/realtime-bpm-analyzer).

Hey @MileanCo The audioContext must be create after a human gesture so basically you should create within an event handler based on a button click. Typically: Get BPM or something....

@MileanCo it seems that you successfully plugged the library. The expected behavior here is that you need to play the track. Then you will eventually get a result. The reasons...

@MileanCo Glad you succeed to use it ! The first candidate (with the higher count) is most of the time the most accurate one. Though, the second one can be...

Hey @neppma ! Can you develop your wish please ? Maybe an example or a concurrent tool with the implementation ? Thanks