vectrixdevelops / audio-mpg123

A native node binding to write raw PCM data to an OS driver.
MIT License
5 stars 0 forks source link

Writing `ArrayBuffer` instead of `Buffer` #5

Closed jamen closed 4 years ago

jamen commented 7 years ago

This would be nice so we don't have to convert the audio to Buffer inside audio-speaker

jamen commented 7 years ago

@dfcreative I got it setup with ArrayBuffer for Node in the NAPI branch already.

Some related NAPI docs: