Iver Jordal

Results 255 comments of Iver Jordal

Ah, yes, here we have the issue for the stuff I mentioned in #264 > Sample rate reduction without low-pass filtering. Also known as sample-and-hold or decimation, but I personally...

TODO: - [x] Add documentation page - [x] Link to it from readme

Can you show me the code snippet that reproduces this issue? If I remember correctly, Reverse uses the fast way of reversing the waveform, which does not move the array...

> it would be nice for such length-changing transforms to expose some kind of API to let the user know about this behavior. Yes, I had the same idea. An...

Thanks for the PR! I'll have a look later. In the meantime, could you please add a unit test or two?

Thanks, I will have another look at it next week, probably on monday 👍

Thanks for the feedback, Marius 👍 This looks useful, but I cannot make any promises about when such options can/will be added. For now, I think your best option is...

Hey! Yes, there are definitely better-sounding alternatives out there. Here are a few more: * https://breakfastquay.com/rubberband/ * https://github.com/KAIST-MACLab/PyTSMod * https://github.com/vinusankars/ESOLA > is it feasible to add a C++ library to...

Yes, the -1 to +1 range is common for float32 audio arrays. It is common to process audio in float32 even though the storage format is something different (e.g. int16...