You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.
Hey @alexmoon, thanks for writing this module! Been a great learning resource. :)
I'm curious about some of the logic in your
_write()
call. This line:https://github.com/alexmoon/pv-porcupine/blob/master/index.ts#L133
we
return
, but there might still be leftover data inchunk
. Is this intentional?Similarly on line 144 we
return
, and there might be data inchunk
that hasn't been copied to the buffer.are we intentionally only processing the first full frame of data and then returning, or is this by accident?
The text was updated successfully, but these errors were encountered: