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

Use StableDag internally #7

Merged
merged 5 commits into from
Sep 15, 2019
Merged

Use StableDag internally #7

merged 5 commits into from
Sep 15, 2019

Conversation

fwcd
Copy link
Owner

@fwcd fwcd commented Sep 14, 2019

Update dsp-chain to the newest version, removing the need for a separate (index-stabilizing) Graph wrapper (see RustAudio/dsp-chain#147).

Additionally, migrate AudioSource to the new Signal trait from sample, introduce a custom Either type to ease the implementation of custom traits on it and generify many types which were previously based on StandardFrame.

The command source enables playback of arbitrary executables through
stdio.
Update dsp-chain to the most recent version which includes a stable DAG
implementation and an updated sample dependency. Migrate
Iterator<Frame> to Signal<Frame> and generify where possible.
Replace by StandardFrame::equilibrium().
@fwcd fwcd added the enhancement New feature or request label Sep 14, 2019
Return a Result<_, String> instead of an Option<_>.
@fwcd fwcd merged commit c0973d6 into master Sep 15, 2019
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

Successfully merging this pull request may close these issues.

1 participant