We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c053fd5 commit 08e3341Copy full SHA for 08e3341
src/AudioTools/CoreAudio/AudioStreams.h
@@ -1395,6 +1395,8 @@ class InputMerge : public AudioStream {
1395
/**
1396
* @brief CallbackStream: A Stream that allows to register callback methods for
1397
* accessing and providing data. The callbacks can be lambda expressions.
1398
+ * Warning: this class does not propagate audio info changes to the target
1399
+ * stream. You need to do this manually.
1400
* @ingroup io
1401
* @author Phil Schatzmann
1402
* @copyright GPLv3
0 commit comments