Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Liveeffect: fix crash on exit #1114

Merged
merged 3 commits into from
Nov 26, 2020
Merged

Liveeffect: fix crash on exit #1114

merged 3 commits into from
Nov 26, 2020

Conversation

philburk
Copy link
Collaborator

Use std::shared_ptr in FullDuplexStream.
Explicitly process the samples in the callback instead
of just using memcpy. This will be easier to modify.

Fixes #1113
Fixes #852

Use std::shared_ptr in FullDuplexStream.
Explicitly process the samples in the callback instead
of just using memcpy. This will be easier to modify.

Fixes #1113
Fixes #852
@dturner dturner merged commit 41b5733 into master Nov 26, 2020
@dturner dturner deleted the fix-1113 branch November 26, 2020 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LiveEffect crashes on exit LiveEffect should process samples from input to output.
2 participants