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 {
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 */
You can’t perform that action at this time.
0 commit comments