the issue (zero-copy effect) is about having one single connection to an input/writable port, so that technically the audio data that goes from the output/readable port buffer is exactly one and the same as the target input/writable buffer ie. data is there passed by reference instead of passed by value (copy).
adding one more connection to that precise input/writable port makes the issue disappear. data is copied and added (mixed) as usual.
hth.
Copyright (C) 2006-2024 rncbc aka Rui Nuno Capela. All rights reserved.
Powered by Drupal
Recent comments
39 min 43 sec ago
1 hour 56 min ago
3 hours 1 min ago
7 hours 57 min ago
8 hours 19 min ago
13 hours 36 min ago
15 hours 24 min ago
15 hours 27 min ago
16 hours 20 min ago
19 hours 7 min ago