File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,12 @@ namespace audio_tools {
9
9
/* *
10
10
* @brief An Audio Stream backed by a buffer (queue) which tries to correct
11
11
* 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
+ *
15
18
* @ingroup buffers
16
19
* @author Phil Schatzmann
17
20
*/
You can’t perform that action at this time.
0 commit comments