ok put into USB device mode attach headset to analog out use control panel to set MBED as default output adjtst speaker volume to get sound play music

Dependencies:   USBDevice mbed

Fork of USBAUDIO_speaker by Samuel Mokrani

Revision:
5:6afa90233635
Parent:
3:41b10e311100
Child:
6:c44d017f93de
--- a/main.cpp	Wed Nov 30 10:45:14 2011 +0000
+++ b/main.cpp	Wed Nov 30 16:20:19 2011 +0000
@@ -2,7 +2,6 @@
 
 #include "mbed.h"
 #include "USBAudio.h"
-#include "CircBuffer.h"
 
 Serial pc(USBTX, USBRX);