Revision:
2:9abcdc65c5b5
Parent:
1:25ceaa587f6b
Child:
3:87023c28aff5
--- a/ShoutcastConnector.cpp	Mon Jan 10 20:16:41 2011 +0000
+++ b/ShoutcastConnector.cpp	Wed Jan 12 13:18:21 2011 +0000
@@ -201,8 +201,9 @@
                             //rest an mp3 codec
                             if((metaint-readed)+size <= len)
                             {
-                                for(i=0; i<size*16; i++)
-                                DEBUGOUT("%c",inbuf[startindex + 1 + i]);
+                               // for(i=0; i<size*16; i++)
+                               // DEBUGOUT("%c",inbuf[startindex + 1 + i]);
+                                _callback(&inbuf[startindex + 1], size*16);
                                 //Send last part of data
                                 while(_mp3->bufferFree() < len-(startindex+1+size*16))               
                                 ;                                   // wait