Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IO: add Archive support to Filesystem class #434

Closed
mgerhardy opened this issue Mar 26, 2024 · 1 comment
Closed

IO: add Archive support to Filesystem class #434

mgerhardy opened this issue Mar 26, 2024 · 1 comment

Comments

@mgerhardy
Copy link
Collaborator

We should directly create ReadStreams in the Filesystem class and also be able to register Archives here - this would allow for other directories (FilesystemArchive) but also for zip files (ZipArchive) to be registered and read from without unpacking the content. This is e.g. used in voxconvert for --input - here we extract the whole zip file to operate on the files.

@mgerhardy
Copy link
Collaborator Author

with the merge of #460 this is obsolete now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant