Improve pipeline profiling #57
Labels
API
Improvements to the API
help wanted
Extra attention is needed
refactoring
Internal design improvements that don't change the API
Milestone
Problem
The way to calculate the real-time latency of a pipeline is currently implemented in
FileAudioSource
. This is counter-intuitive and has a couple of problems, like including unwanted operations in the profiling (e.g. plotting or logging).Idea
Implement this as a wrapper over an observable in a more flexible and RxPY way.
Example
The text was updated successfully, but these errors were encountered: