Closed randomgen closed 9 years ago
The PortAudio output stream is not always closed (Pa_CloseStream) in stinkee::Device::process when errors happen after opening the stream. For example, if the stream can't be started (Pa_StartStream).
Pa_CloseStream
stinkee::Device::process
Pa_StartStream
7ac9c3ff05b14f9cba653ffc6610df88a4fe4784 Implement Scope Guard to close audio stream
The PortAudio output stream is not always closed (
Pa_CloseStream
) instinkee::Device::process
when errors happen after opening the stream. For example, if the stream can't be started (Pa_StartStream
).