aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/ClassDriver/AudioInputHost
Commit message (Collapse)AuthorAgeFilesLines
* Rename new Audio class driver functions, callbacks and events to ensure that ↵Dean Camera2011-06-161-3/+3
| | | | they contain the USB mode (Device or Host) in the function names.
* Ensure that only the requested Audio class pipes are mapped to endpoints ↵Dean Camera2011-06-131-1/+1
| | | | | | within the device for a specific Audio Host Class driver instance. Fix const-correctness of the Audio Host Class driver.
* Add missing AS4 and project description files to the new Audio Host demos.Dean Camera2011-06-092-0/+67
| | | | Correct errors in the existing Audio demo description files due to the new demo features (variable sampling rate vs. a fixed sampling rate).
* Add new Audio Class Driver Host demos.Dean Camera2011-06-094-0/+2604
Fix errors in the new Audio Host mode Class Driver, which would have prevented data from being sent or received properly by the device. Add microphone/square wave generation compile time switch to the Low Level AudioOutput Host demo.