Streams USB audio with sound effects applied. Sound effect selected by joystick and intensity altered by tilting the mbed. Output to the mbed-application-board phono jack.

Dependencies:   C12832_lcd MMA7660 USBDevice mbed

/media/uploads/bw/img_1293.jpg

/* Uses the mbed LPC1768 and mbed-application-board to create a USB audio device
 * that streams audio from a host computer to headphones or powered speakers. 
 * A couple different sound effects can be applied to the stream in real-time,
 * and tilting the mbed alters intensity of the effect.
 *
 *                                               ECHO
 *       The joystick selects )                   |
 *       one of three effect  )       STRAIGHT -  o  - STRAIGHT
 *       modes.               )                   |
 *                                              REVERB   
 * 
 *
 *
 *                                               \\           ||    
 *       Tilting the mbed     )      ======       \\          ||
 *       determines intensity )                    \\         ||
 *       of the effect.       )
 *                                     0%         50%         100%  
 *
 * The LCD display shows the current effect mode, intesity and buffer level.
*/

Files at this revision

API Documentation at this revision

Comitter:
bw
Date:
Thu Mar 27 21:30:20 2014 +0000
Parent:
0:bbf6cf0eab95
Child:
2:9429f84ea165
Commit message:
Initial

Changed in this revision

USBDevice.lib Show annotated file Show diff for this revision Revisions of this file
--- a/USBDevice.lib	Thu Mar 27 21:27:04 2014 +0000
+++ b/USBDevice.lib	Thu Mar 27 21:30:20 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/USBDevice/#8133879e4fb4
+http://mbed.org/users/bw/code/USBDevice/#8133879e4fb4