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
10 hours 39 min ago
18 hours 45 min ago
20 hours 40 min ago
1 day 10 hours ago
1 day 11 hours ago
1 day 11 hours ago
1 day 11 hours ago
1 day 12 hours ago
1 day 13 hours ago
1 day 12 hours ago