pipe icon indicating copy to clipboard operation
pipe copied to clipboard

Real-time pipe

Open dudk opened this issue 5 years ago • 0 comments

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 implementation - a new optiona stage before sink that will hold the thread for calculated interval. The formula for interval calculation:

I = 1 second / (sampleRate / bufferSize) - time since last message

dudk avatar Jan 10 '19 07:01 dudk