Skip to content

Use StableDag internally#7

Merged
fwcd merged 5 commits intomasterfrom
stabledag
Sep 15, 2019
Merged

Use StableDag internally#7
fwcd merged 5 commits intomasterfrom
stabledag

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