WaveBeans / wavebeans

Audio Processing. On scale.
https://wavebeans.io
Apache License 2.0
24 stars 0 forks source link

WavFiniteInput to read data as a stream #68

Closed asubb closed 3 years ago

asubb commented 4 years ago

io.wavebeans.lib.io.WavFiniteInput currently reads everything into a memory.

Need to make it read as stream even though it won't be longer a finite stream (which as interface might get deprecated as well).

Also, it would be nice to extract away the reading of wav file to just reading a wav from any stream to adopt for example HTTP inbound streaming.