TheFeshy / mp3utensil

A tool for validating, merging, and splitting mp3 files - focused on badly split and merged audio books.
2 stars 1 forks source link

Make file scanning "Chunky" #15

Open TheFeshy opened 10 years ago

TheFeshy commented 10 years ago

For large (1gb+) files, we probably don't want to read the whole thing at once if possible. Instead we should break scanning and performing tasks on the file up into chunks. Ideally the program will do this automatically for large files, and support command-line override of this behavior. E.g. chunk-size=50mb (valid values are number of mb to chunk, or -1 for never chunk)