Results 48 comments of Jamen Marz

I would be interested in helping maintain if that is a possibility (although I realize nothing is confirmed yet). I love terminal-related projects, and I even composed interfaces like blessed...

Ohh, interesting I've found this _after_ creating a module. I made [snabby](https://github.com/jamen/snabby) which is more like [yo-yo](https://npmjs.com/yo-yo). @jbucaran for handling hooks inside this module, I plan to use a `snabby.hooks`...

@jbucaran That structure you've got makes sense after I've experimented more. I'm probably going to have to do something similar. So let me know if you want me to add...

An update on this, I've made `snabby` support hooks and various other modules, by using an `s-*` prefix (similar to `v-*` in vue). Example: ```js snabby` ` // Using `eventlisteners`:...

Looks promising! > available formats It looks like we can get the device's available formats. If floats aren't supported, then I guess a hard error is okay to start, then...

FWIW, I had removed the print functions from the binding in https://github.com/audiojs/audio-mpg123/commit/0f007288920cabce6902a9a8e9451aa230a494c5. We just need a new release on that like @connorhartley mentioned... But managing the prebuilds is a bit...

I did some upgrades to the `index.js`, and updated readme and dependencies while I was at it. I think we should add a test for doing `speaker(data, ...)` with a...

@dfcreative I tried to run the tests. Could u publish `[email protected]`, and then add it in here because it is missing, I was also missing `buffer-to-arraybuffer`.

Otherwise it is playing good for me too. :smile: