williamngan / pts

A library for visualization and creative-coding
https://ptsjs.org
Apache License 2.0
5.19k stars 182 forks source link

Sound Examples using .analyze are broken #59

Closed susielu closed 5 years ago

susielu commented 5 years ago

Looks like there's an error firing on the .analyze functions, you can see it surfaced in this example: https://ptsjs.org/demo/edit/?name=sound.timeDomain

Really enjoying reading through the examples and documentation 💖

williamngan commented 5 years ago

Hi @susielu , thanks for reporting. I fixed a few things in Sound and forgot to update the demos. It should be fixed now 😃

There are still some Audio API bugs in Safari and iOS, and should be fixed soon (v0.8.2 upcoming).

Thanks for trying out Pts! Would love to see what you make with it.

williamngan commented 5 years ago

The Sound API should be more stable now, and the guide and documentation are updated. Give it a try: https://ptsjs.org/guide/sound-0800

Closing this issue now. Thanks for reporting!