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
Currently, the interupts code that has been implemented into the test script does not determine when the button is released, thus making it hard to stop the recording of audio.
Will need to look into this but for now, I have posted a comment here: PiPHP/GPIO#5
May be able to handle this differently going forward, eg. use a loop and check state internally to start and stop recording.
The text was updated successfully, but these errors were encountered:
Could also potentially look at using this library instead, it supports events too: https://github.com/calcinai/phpi and probably better too! It touts about using React and lower level access to the GPIO pins for speed.
Currently, the interupts code that has been implemented into the test script does not determine when the button is released, thus making it hard to stop the recording of audio.
Will need to look into this but for now, I have posted a comment here: PiPHP/GPIO#5
May be able to handle this differently going forward, eg. use a loop and check state internally to start and stop recording.
The text was updated successfully, but these errors were encountered: