Modified a little for 32k byte buffer.

Dependents:   Peach_AudioChannelDividerAndCompensator

Revision:
61:ff0388dee94f
Parent:
60:68924f211e71
--- a/Doku_USBAudio/USBAudio.h	Sun Oct 11 07:37:39 2015 +0000
+++ b/Doku_USBAudio/USBAudio.h	Sun Oct 18 08:16:03 2015 +0000
@@ -102,8 +102,9 @@
     volatile uint32_t m_rbuf[32768 * 2];
     uint32_t tmpbuf[48];
     int m_widx;
-    int USBAudio::read32kSZ(uint32_t *buf);
-    
+    int USBAudio::read32k(uint32_t *buf);
+    int USBAudio::clear32k();
+
     /**
     * Try to read an audio packet. During a frame, only a single reading (you can't write and read an audio packet during the same frame)can be done using this method. Warning: Non Blocking
     *