Skip to content

Commit 12dfe9e

Browse files
committed
DynamicResamplingQueueStream
1 parent 991adef commit 12dfe9e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/AudioTools/Sandbox/DynamicResamplingQueueStream.h

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@ namespace audio_tools {
99
/**
1010
* @brief An Audio Stream backed by a buffer (queue) which tries to correct
1111
* jitter and automatically adjusts for the slightly different clock rates
12-
* between an audio source and audio target. Use separate task to write and read
13-
* the data. Also make sure that you protect the access with a mutex or provide
14-
* a thread save buffer!
12+
* between an audio source and audio target. Use separate tasks to write and
13+
* read the data. Also make sure that you protect the access with a mutex or
14+
* provide a thread save buffer!
15+
*
16+
* The resamping step size is calculated with the help of a PID controller.
17+
*
1518
* @ingroup buffers
1619
* @author Phil Schatzmann
1720
*/

0 commit comments

Comments
 (0)