3 * This file contains special DoxyGen information for the generation of the main page and other special
4 * documentation pages. It is not a project source file.
7 /** \mainpage Audio Input Device Demo
9 * \section SSec_Compat Demo Compatibility:
11 * The following table indicates what microcontrollers are compatible with this demo.
19 * \section SSec_Info USB Information:
21 * The following table gives a rundown of the USB utilization of this demo.
25 * <td><b>USB Mode:</b></td>
29 * <td><b>USB Class:</b></td>
30 * <td>Audio Class</td>
33 * <td><b>USB Subclass:</b></td>
34 * <td>Standard Audio Device</td>
37 * <td><b>Relevant Standards:</b></td>
38 * <td>USBIF Audio Class Specification</td>
39 * <td>USBIF Audio Class Terminal Types Specification</td>
40 * <td>USBIF Audio Data Formats Specification</td>
43 * <td><b>Usable Speeds:</b></td>
44 * <td>Full Speed Mode</td>
48 * \section SSec_Description Project Description:
50 * Audio demonstration application. This gives a simple reference
51 * application for implementing a USB Audio Input device using the
52 * basic USB Audio drivers in all modern OSes (i.e. no special drivers
55 * On start-up the system will automatically enumerate and function
56 * as a USB microphone. Incoming audio from the ADC channel 1 will
57 * be sampled and sent to the host computer.
59 * To use, connect a microphone to the ADC channel 1.
61 * Under Windows, if a driver request dialogue pops up, select the option
62 * to automatically install the appropriate drivers.
64 * \section SSec_Options Project Options
66 * The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value.
70 * <td><b>Define Name:</b></td>
71 * <td><b>Location:</b></td>
72 * <td><b>Description:</b></td>
75 * <td>MICROPHONE_BIASED_TO_HALF_RAIL</td>
76 * <td>Makefile CDEFS</td>
77 * <td>When defined, this alters the demo so that the half VCC bias of the microphone input is subtracted.</td>
80 * <td>AUDIO_SAMPLE_FREQUENCY</td>
81 * <td>Descriptors.h</td>
82 * <td>Gives the audio sample rate per channel for the audio stream, in Hz.</td>