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-2023 rncbc aka Rui Nuno Capela. All rights reserved.
Powered by Drupal
Recent comments
9 hours 25 min ago
10 hours 26 min ago
10 hours 31 min ago
13 hours 32 min ago
19 hours 49 min ago
1 day 3 hours ago
1 day 5 hours ago
1 day 7 hours ago
1 day 7 hours ago
1 day 14 hours ago