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

AudioGraph::render_subgraph should be able to render to Buffers of indefinite length #94

Open
ideoforms opened this issue May 27, 2023 · 0 comments

Comments

@ideoforms
Copy link
Owner

At present, block-by-block rendering is not implemented, so it throws an exception if the Buffer is longer than the AudioGraph's global output_buffer_size.
Should follow a similar paradigm as render_to_buffer, which renders blocks sequentially for long buffers.

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

No branches or pull requests

1 participant