ahdinosaur / read-audio

:microphone: Read raw audio input as a stream of ndsamples
http://livejs.github.io/read-audio/
10 stars 2 forks source link

fix isMediaStream function #10

Closed ahdinosaur closed 7 years ago

ahdinosaur commented 8 years ago

was broken on Firefox where obj.toString() === '[object LocalMediaStream]'

this seems to work and should be more future-proof

/cc @pietgeursen