From 4f78581a92f5af57779452b9d2ec6fc00eb0579d Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 25 Jul 2020 15:42:25 +1000 Subject: [PATCH] Update wording in simple_duplex example. --- examples/simple_duplex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simple_duplex.c b/examples/simple_duplex.c index e62ff93a..c604db51 100644 --- a/examples/simple_duplex.c +++ b/examples/simple_duplex.c @@ -1,5 +1,5 @@ /* -Demonstrates duplex mode which is where data is captured from a microphone and then output to a device. +Demonstrates duplex mode which is where data is captured from a microphone and then output to a speaker device. This example captures audio from the default microphone and then outputs it straight to the default playback device without any kind of modification. If you wanted to, you could also apply filters and effects to the input stream