Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

Fix onaudioprocess finalizing #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 14, 2017

  1. Fixed onaudioprocess finalizing

    There is an edge case, when audio callback is still called after closing audio device, which leads to crash because audio device doesn't exists anymore. In this function there is a proper scriptProcessorNode finalizing code, but only for "if capture is enabled" branch, which is placed above.
    
    So the fix is to use the same method for clearing onaudioprocess as in the code above.
    anton-kl authored Apr 14, 2017
    Configuration menu
    Copy the full SHA
    95f4312 View commit details
    Browse the repository at this point in the history