beetbox / audioread

cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python
MIT License
481 stars 108 forks source link

Add seeking to rawread and macca, and tests #73

Open pconerly opened 5 years ago

pconerly commented 5 years ago

@sampsyo

WIP towards #71 and #72 . On the path of adding seeking, I did a variety of things:

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: