ZTiKnl
ZTiKnl
``` (node:3503) UnhandledPromiseRejectionWarning: TypeError: record.pause is not a function at Writable.sonus.pause (/home/ztik/nodejs/sara/node_modules/sonus/index.js:141:12) ``` Seems like it is still ongoing (for me at least)... A solution/workaround would be appreciated, but personally...
No need to apologize, instead I should say thanks for this wonderful module. It is a core function of my app, without it I'd have no app at all ;)...
I have just ran `npm uninstall sonus` and `npm install sonus@next`. package.json seems to confirm this: ``` "dependencies": { "sonus": "^1.0.4-rc1", ``` However, I am still receiving the same error...
confirmed, same problem here example code: ```javascript const sfx = require('play-sound')(opts = {player: "aplay"}) var voiceoutput; voiceoutput = sfx.play('./output.wav', function(err){ if (err) { console.log('Couldn\'t play: already playing'); if (err.killed) {...
This item can be marked 'solved', all that is required is an update to the example/readme file. replace: ```javascript var audio = player.play('foo.mp3', function(err){ if (err && !err.killed) throw err...
Although on second thought, perhaps err should be more than 1, so maybe not 'solved' just yet...
What is the status on this? I have mounted a network share as a drive on Windows 11, and enabled 'Secure File Host' in the Buttercup Preferences. When going to...
This package is in line with already existing SynoCommunity packages such as Radarr, Sonarr and Prowlarr