-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.0 - Custom Binding #44
base: master
Are you sure you want to change the base?
Conversation
JavaScript implementation for audio-speaker release-2.0.
I think resolving mpg123 errors could come in the NAPI branch? @jamen @dfcreative |
@jamen @connorhartley hey I think I am stuck with the thing - I try to output Some disclaimer. There is dtype package, where we can indicate data types way easier as just a string eg. I will try to dig deeper what's the problem. UPD. Figured out that in some reason we have to change endianness from 'le' to 'be' before feeding the data. |
@connorhartley @jamen ok, hear proper sound now 🎉 Spotted some bugs though.
|
@dfcreative I tried to run the tests. Could u publish |
Otherwise it is playing good for me too. 😄 |
@jamen ok I would make sure there is no bugs outputting any type of any format before publishing (if it is possible). Gonna work tomorrow a bit on that. |
@jamen @connorhartley we are almost ready to merge. A couple of things to solve.
|
|
@jamen no, I am afraid I don't understand not the reason for it to be, but the meaning of that. What does it do, in short? What is the difference between |
@dfcreative It calls |
This implements an entire remake of the current
audio-speaker
API with a custom binding. The aim is to make this a more maintained version for the AudioJS ecosystem. This uses the pre-built binding options first and if that does not exist for your OS version it will attempt to build it manually. This also contains a browser version that will be used if installed with the--no-optional
flag.This is a work in progress.