in "unit WaveRedirector"
I have a question,
Is this correct?
- Code: Select all
function TAudioRedirector.GetActive: Boolean;
begin
Result := AudioIn.Active or AudioIn.Active;
end;
Other question:
sometimes, while Async = True after terminate program i receive follow error: EWaveAudioInvalidOperation "Device is aleardy close"
i guess problem is in "InternalClose" or on "destroy"
thanks for answer.
best regard