mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Update wording in simple_duplex example.
This commit is contained in:
@@ -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
|
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
|
without any kind of modification. If you wanted to, you could also apply filters and effects to the input stream
|
||||||
|
|||||||
Reference in New Issue
Block a user