From 7cca7eb53d769e21c51f820a35b0d6ebfbd278a9 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 25 Mar 2009 10:51:24 +0000 Subject: [PATCH] Added missing documentation for AUDIO_SAMPLE_FREQUENCY configuration option in the audio device demos. --- Demos/Device/AudioInput/AudioInput.txt | 5 +++++ Demos/Device/AudioOutput/AudioOutput.txt | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/Demos/Device/AudioInput/AudioInput.txt b/Demos/Device/AudioInput/AudioInput.txt index 36e71e9750..0b1ab8d7eb 100644 --- a/Demos/Device/AudioInput/AudioInput.txt +++ b/Demos/Device/AudioInput/AudioInput.txt @@ -66,5 +66,10 @@ * Makefile CDEFS * When defined, this alters the demo so that the half VCC bias of the microphone input is subtracted. * + * + * AUDIO_SAMPLE_FREQUENCY + * Descriptors.h + * Gives the audio sample rate per channel for the audio stream, in Hz. + * * */ \ No newline at end of file diff --git a/Demos/Device/AudioOutput/AudioOutput.txt b/Demos/Device/AudioOutput/AudioOutput.txt index 0638c47f96..b59c2a8b49 100644 --- a/Demos/Device/AudioOutput/AudioOutput.txt +++ b/Demos/Device/AudioOutput/AudioOutput.txt @@ -84,5 +84,10 @@ * When defined, this outputs the audio samples in mono to port C of the microcontroller, for connection to an * external DAC. * + * + * AUDIO_SAMPLE_FREQUENCY + * Descriptors.h + * Gives the audio sample rate per channel for the audio stream, in Hz. + * * */ \ No newline at end of file