Ola

Results 7 issues of Ola

I have 2 audio files: `audio1.ogg` and `audio2.ogg` and then I run ``` audioconcat(songArr) .concat(storyName + '.ogg') .on('start', function (command) { console.log('ffmpeg process started:', command) }) .on('error', function (err, stdout,...

**Describe the bug** I'm writing to an external bluetooth device that I've already paired with, code works well on IOS, on Android it works less than 20% of the time....

### Description Working fine on Android, waiting for whole audio to load before playing on IOS. We are using only audio. System: Videogular: 1.4.4 cli packages: (/usr/local/lib/node_modules) @ionic/cli-utils : 1.9.2...

An error occurred while running cordova plugin add com.ezartech.ezar.facedetector --save (exit code 1): Error: Registry returned 404 for GET on https://registry.npmjs.org/com.ezartech.ezar.facedetector System: Node version: v6.10.2 Cordova version: 7.0.1

The timer is slower(noticeable within 1 minute) than an actual timer or Javascript's default `setInterval`, I tried using `runBackgroundTimer` and `setInterval`(for Android), the latter being a bit faster however it...

### Description Already posted on SO [here](https://stackoverflow.com/questions/76931827/detox-jest-could-not-resolve-a-module-for-a-custom-reporter) I just upgraded my Detox from ^18.6.2 to ^20.11.3 and Jest from ^26.6.3 to ^29. Followed the migration docs. `detox build` works well...

user: need help

I am trying to fill some forms on a pdf, as a note I have used both Hummus (another pdf library) and now trying to use this module to fill...