FormidableLabs / react-music

Make beats with React!
http://reactmusic.surge.sh
MIT License
2.72k stars 196 forks source link

Close audio context when unmounting Song component #19

Closed lfittl closed 8 years ago

lfittl commented 8 years ago

This fixes a leak that would have otherwise prevented you from mounting and unmounting Song more than a few times, since the browser will error out saying that there is no audio context available.

See also https://developer.mozilla.org/en-US/docs/Web/API/AudioContext/close

kenwheeler commented 8 years ago

Awesome