ichion
Cross-platform Node library for playing sound files using Puppeteer.
Install
npm i ichion
Usage
const ichion = require('ichion')
// Play audio file
ichion.play('file.mp3') // or
ichion.play('file.mp3').then(() => { ... }) // or
await ichion.play('file.mp3')