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

FullDuplexStream should use shared_ptr #2033

Closed
philburk opened this issue Jun 11, 2024 · 1 comment · Fixed by #2034
Closed

FullDuplexStream should use shared_ptr #2033

philburk opened this issue Jun 11, 2024 · 1 comment · Fixed by #2034
Assignees

Comments

@philburk
Copy link
Collaborator

The setInputStream() method takes a raw stream pointer.
We should deprecate that and add a method that takes a shared_ptr.

void setInputStream(AudioStream *stream) {

@philburk
Copy link
Collaborator Author

Also update /tests/testFullDuplexStream.cpp

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 a pull request may close this issue.

2 participants