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

implement output_buffer_size as an App prop #30

Open
balintlaczko opened this issue Feb 20, 2025 · 2 comments
Open

implement output_buffer_size as an App prop #30

balintlaczko opened this issue Feb 20, 2025 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@balintlaczko
Copy link
Owner

This is needed to complete #8

  • prop getter should just get the graph.output_buffer_size
  • prop setter should:
    • destroy the current graph
    • create a config with the new output_buffer_size
    • recreate the audio graph with the config
    • notify all other apps through the AppRegistry to re-register
@balintlaczko balintlaczko added the enhancement New feature or request label Feb 20, 2025
@balintlaczko balintlaczko added this to the Refinement release milestone Feb 20, 2025
@balintlaczko balintlaczko self-assigned this Feb 20, 2025
@balintlaczko
Copy link
Owner Author

Halting due to discovered kernel crash: ideoforms/signalflow#129

@balintlaczko
Copy link
Owner Author

This will either need a change from signalflow's side, or a substantial redesign from my end. Therefore taking it off from the Refinement release.

@balintlaczko balintlaczko removed this from the Refinement release milestone Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant