Keyboard firmwares for Atmel AVR and Cortex-M
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

AudioInputHost.txt 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /** \file
  2. *
  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.
  5. */
  6. /** \mainpage Audio Input Host Demo
  7. *
  8. * \section Sec_Compat Demo Compatibility:
  9. *
  10. * The following list indicates what microcontrollers are compatible with this demo.
  11. *
  12. * \li Series 7 USB AVRs (AT90USBxxx7)
  13. *
  14. * \section Sec_Info USB Information:
  15. *
  16. * The following table gives a rundown of the USB utilization of this demo.
  17. *
  18. * <table>
  19. * <tr>
  20. * <td><b>USB Mode:</b></td>
  21. * <td>Host</td>
  22. * </tr>
  23. * <tr>
  24. * <td><b>USB Class:</b></td>
  25. * <td>Audio Class</td>
  26. * </tr>
  27. * <tr>
  28. * <td><b>USB Subclass:</b></td>
  29. * <td>Standard Audio Device</td>
  30. * </tr>
  31. * <tr>
  32. * <td><b>Relevant Standards:</b></td>
  33. * <td>USBIF Audio 1.0 Class Specification \n
  34. * USBIF Audio 1.0 Class Terminal Types Specification \n
  35. * USBIF Audio 1.0 Data Formats Specification</td>
  36. * </tr>
  37. * <tr>
  38. * <td><b>Supported USB Speeds:</b></td>
  39. * <td>Full Speed Mode</td>
  40. * </tr>
  41. * </table>
  42. *
  43. * \section Sec_Description Project Description:
  44. *
  45. * Audio Input host demonstration application. This gives a simple reference
  46. * application for implementing a USB Audio host, for USB Audio devices using
  47. * the USB Audio 1.0 class profile.
  48. *
  49. * Incoming audio will output in 8-bit PWM onto the timer 3 output compare
  50. * channel A, and will also be indicated on the board LEDs. Decouple the PWM
  51. * output with a capacitor and attach to a speaker to hear the audio.
  52. *
  53. * \section Sec_Options Project Options
  54. *
  55. * The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value.
  56. *
  57. * <table>
  58. * <tr>
  59. * <td>
  60. * None
  61. * </td>
  62. * </tr>
  63. * </table>
  64. */