| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
object --+
         |
        FixedSizeInputAdapter
Utility to make it easier to write processors which require fixed-sized input buffers.
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| 
 Construct a new adapter: buffer_size is the desired buffer size in frames, channels the number of channels, and pad indicates whether the last block should be padded with zeros. 
 | 
| 
 Returns an iterator over tuples of the form (buffer, eod) where buffer is a fixed-sized block of data, and eod indicates whether this is the last block. In case padding is deactivated the last block may be smaller than the buffer size. | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Sun Dec 15 00:09:37 2013 | http://epydoc.sourceforge.net |