audiojs / audio

Class for high-level audio manipulations [NOT MAINTAINED]
MIT License
240 stars 9 forks source link

change bit.isPow2 to own function since bit is never defined #46

Closed Lynncubus closed 3 years ago

Lynncubus commented 6 years ago

bit-twiddle got removed at some point, this was never replaced though.

Lynncubus commented 6 years ago

Upon further inspection there appear to be more problems, like Audio.readRaw is not defined.

dy commented 6 years ago

@Luxizzle please see https://github.com/audiojs/audio/blob/master/api.md for the list implemented methods. All other methods w/o checkmark require refactoring.

Lynncubus commented 6 years ago

I'm sorry i read over it too quickly to realize. I've rewritten the new version to use the updated Audio.read and it works great now