jina-ai / executors

internal-only
Apache License 2.0
31 stars 12 forks source link

feat: audio loader #255

Closed jakobkruse1 closed 2 years ago

jakobkruse1 commented 2 years ago

This PR implements an AudioLoader executor, that can load arbitrary audio files from disk/net storage and store it in a buffer.

Related to #240