From ebc380c1da754d42035608d97493c3ba2a368b2f Mon Sep 17 00:00:00 2001 From: David vonThenen <12752197+dvonthenen@users.noreply.github.com> Date: Mon, 13 May 2024 10:40:00 -0700 Subject: [PATCH] Clarify Windows Support on Microphone Example --- examples/streaming/async_microphone/README.md | 6 +++++- examples/streaming/microphone/README.md | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/examples/streaming/async_microphone/README.md b/examples/streaming/async_microphone/README.md index 6e3c21ae..21af442f 100644 --- a/examples/streaming/async_microphone/README.md +++ b/examples/streaming/async_microphone/README.md @@ -1,6 +1,10 @@ # Live API (Real-Time) Example -This example uses the Microphone as input in order to detect conversation insights in what is being said. This example required additional components (for the microphone) to be installed in order for this example to function correctly. +This example uses the Microphone as input in order to detect conversation insights in what is being said. This example required additional components (for the microphone) to be installed in order for this example to function correctly. + +## Prerequisites + +This example will only work on Linux and MacOS. Windows platforms are not supported. ## Configuration diff --git a/examples/streaming/microphone/README.md b/examples/streaming/microphone/README.md index 6e3c21ae..21af442f 100644 --- a/examples/streaming/microphone/README.md +++ b/examples/streaming/microphone/README.md @@ -1,6 +1,10 @@ # Live API (Real-Time) Example -This example uses the Microphone as input in order to detect conversation insights in what is being said. This example required additional components (for the microphone) to be installed in order for this example to function correctly. +This example uses the Microphone as input in order to detect conversation insights in what is being said. This example required additional components (for the microphone) to be installed in order for this example to function correctly. + +## Prerequisites + +This example will only work on Linux and MacOS. Windows platforms are not supported. ## Configuration