audioread
audioread copied to clipboard
Add seeking to rawread and macca, and tests
@sampsyo
WIP towards #71 and #72 . On the path of adding seeking, I did a variety of things:
- I added
block_samples
intoaudio_open
. It works inmacca
andrawread
and I'm sure it's broken (viaUnexpected keyword arg
) in the other backends. - Added unit tests for
rawread
andmacca
- Added audio file fixtures for those tests
- Added a tox config to run in py27 and py36
- Added seeking to
rawread
andmacca
Moving block_samples
to the init for the other backends, and adding seeking to them is still needed. But let me know how this looks!
Todos:
- [ ] 1st round Code review fixes
- [ ] ffmpeg
- [ ] mad
- [ ] gstreamer