diff --git a/haiku.mp3 b/haiku.mp3 new file mode 100644 index 0000000..3ec68e8 Binary files /dev/null and b/haiku.mp3 differ diff --git a/src/beep.js b/src/beep.js index 4944c3b..c01ce8d 100644 --- a/src/beep.js +++ b/src/beep.js @@ -2,7 +2,7 @@ const {join, dirname} = require('path') const Player = require('play-sound') const {stdin, stdout} = process -const audio = join(dirname(__dirname), 'haiku.flac') +const audio = join(dirname(__dirname), 'haiku.mp3') const beep = () => { const player = Player()