From 1191da7b7b10c9d90ebe7c22d698d560f35cbc4a Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 9 Jun 2011 04:23:19 +0000 Subject: Add missing AS4 and project description files to the new Audio Host demos. Correct errors in the existing Audio demo description files due to the new demo features (variable sampling rate vs. a fixed sampling rate). --- Demos/Device/ClassDriver/AudioInput/AudioInput.txt | 5 ----- Demos/Device/ClassDriver/AudioOutput/AudioOutput.txt | 5 ----- Demos/Device/LowLevel/AudioInput/AudioInput.txt | 5 ----- Demos/Device/LowLevel/AudioOutput/AudioOutput.txt | 5 ----- 4 files changed, 20 deletions(-) (limited to 'Demos/Device') diff --git a/Demos/Device/ClassDriver/AudioInput/AudioInput.txt b/Demos/Device/ClassDriver/AudioInput/AudioInput.txt index fd94748d6..dd3f6e682 100644 --- a/Demos/Device/ClassDriver/AudioInput/AudioInput.txt +++ b/Demos/Device/ClassDriver/AudioInput/AudioInput.txt @@ -82,11 +82,6 @@ * Makefile LUFA_OPTS * 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. - * * */ diff --git a/Demos/Device/ClassDriver/AudioOutput/AudioOutput.txt b/Demos/Device/ClassDriver/AudioOutput/AudioOutput.txt index 9e496ebb6..090f8bed9 100644 --- a/Demos/Device/ClassDriver/AudioOutput/AudioOutput.txt +++ b/Demos/Device/ClassDriver/AudioOutput/AudioOutput.txt @@ -87,11 +87,6 @@ * 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. - * * */ diff --git a/Demos/Device/LowLevel/AudioInput/AudioInput.txt b/Demos/Device/LowLevel/AudioInput/AudioInput.txt index fd94748d6..dd3f6e682 100644 --- a/Demos/Device/LowLevel/AudioInput/AudioInput.txt +++ b/Demos/Device/LowLevel/AudioInput/AudioInput.txt @@ -82,11 +82,6 @@ * Makefile LUFA_OPTS * 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. - * * */ diff --git a/Demos/Device/LowLevel/AudioOutput/AudioOutput.txt b/Demos/Device/LowLevel/AudioOutput/AudioOutput.txt index 9e496ebb6..090f8bed9 100644 --- a/Demos/Device/LowLevel/AudioOutput/AudioOutput.txt +++ b/Demos/Device/LowLevel/AudioOutput/AudioOutput.txt @@ -87,11 +87,6 @@ * 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. - * * */ -- cgit v1.2.3