TooTallNate / node-ogg

Node.js native binding to libogg
MIT License
65 stars 36 forks source link

Play ogg? #12

Closed beckmx closed 8 years ago

beckmx commented 8 years ago

I was wondering if this module actually plays an ogg sound file

brozeph commented 8 years ago

@beckmx you'll need to pipe the decoder into a playback module (I.e. node-speaker). HTH!