]> git.parisson.com Git - timeside.git/commit
- add example processor illustrating FixedSizeInputAdapter usage
authorOlivier Guilyardi <olivier@samalyse.com>
Wed, 17 Feb 2010 23:16:06 +0000 (23:16 +0000)
committerOlivier Guilyardi <olivier@samalyse.com>
Wed, 17 Feb 2010 23:16:06 +0000 (23:16 +0000)
commit1476d28048bbab7e37fbf98e29d1d1177c2fd21e
tree7399c38ef20a6a3df35d79f92be36ca515aae8f8
parent1ba54f3e8238115c97dfa0304c7d3dd1025dfa4b
- add example processor illustrating FixedSizeInputAdapter usage
- require IProcessor.processor() to always return a 2D array (even for 1 channel)
- fix example FileDecoder, so that it properly returns a 2D array when channels=1
api.py
tests/api/examples.py
tests/api/test_pipe.py