maksmaers

Results 2 comments of maksmaers

@SargoDarya I had the same issue, after debugging I found result for **ffmpeg** command ffmpeg -y -ar 44100 -ac 1 -f s16le -i /tmp/audiosprite.9684745136330044 -acodec libvorbis -f ogg -ab 128k...

``` const tempFile = mktemp('audiosprite'); fs.writeFile(tempFile, '', (err) => { if (err) throw err; opts.logger.debug("The file was succesfully saved!"); }) ```