pipe icon indicating copy to clipboard operation
pipe copied to clipboard

DSP pipeline

Results 3 pipe issues
Sort by recently updated
recently updated
newest added

Currently if multiple errors occurred during the execution, only the first one is returned. Because merger waits until all error channels are closed, it can be extended to merge all...

As phono user I want to have an option to execute pipe in real-time, so I can control execution. The idea is to synchronize pipe execution with signal flow. Possible...

enhancement

Provide a sequence diagram for components lifecycles within pipe. It will help to clarify the way components defined. - Pipe lifecycle - Optional interfaces (i.e. Interrupter, Flusher) child for #28

enhancement