audiojs / audio

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

Issue in playback.js #49

Closed dkadrios closed 6 years ago

dkadrios commented 6 years ago

I'm encountering "this._parseArgs is not a function" when calling audio.play

Is this a known issue? I do realize things are in flux at the moment. I can look into fixing it if you're looking for contributors. This project seems very promising.

dy commented 6 years ago

@dkadrios sure, please feel free. It takes releasing audio-speaker though first. You can feel free to implement any methods from the api.

derhuerst commented 6 years ago

Sorry for closing this. I seem to have clicked close in the wrong tab.

dy commented 6 years ago

From https://github.com/audiojs/audio/commit/c3b7e3cd8a0d7ff59ef546c65acb35f97d143258 play should work. Needs testing though.