WaveBeans / wavebeans

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

Resample function to support SampleVector streams #96

Open asubb opened 3 years ago

asubb commented 3 years ago

Need to define default function for SampleVector type to call directly on the stream with default parameters for convenience

fun BeanStream<SampleVector>.resample() = ...