Skip to content

Commit 08e3341

Browse files
committed
CallbackStream
1 parent c053fd5 commit 08e3341

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/AudioTools/CoreAudio/AudioStreams.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1395,6 +1395,8 @@ class InputMerge : public AudioStream {
13951395
/**
13961396
* @brief CallbackStream: A Stream that allows to register callback methods for
13971397
* 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.
13981400
* @ingroup io
13991401
* @author Phil Schatzmann
14001402
* @copyright GPLv3

0 commit comments

Comments
 (0)