Arlo Faria

Results 9 comments of Arlo Faria

I think such a function would be helpful for anyone trying to speed up SRC by parallelizing its computation over multiple threads. You could split the input to apply SRC...

Hi @evpobr, and thanks for contributing this terrific software to the open-source community! I've only used SRC as a black box before, but took a quick glance into the code...

Hi @SoapGentoo, sorry I didn't notice your pull request request! Is there nobody else available who has a better understanding of these internals? To clarify: this `src_get_since_input_delay` function shouldn't be...

If the internal SRC state is currently unbuffered, then perhaps this is the answer: ```c int required_input_samples = round(desired_output_samples / src_ratio) ``` This would seem to match the observed pattern...

Nice! Great to see that someone is willing to dig deeper into this :-)

This would require multi-threading, which might be complicated to introduce in this codebase.

Here's a possible workaround: `pip3 install git+https://github.com/joeyespo/grip@master`

I am also very curious to know! I assumed it was Fast Voice Activity Detection, but I guess speed is relative...

This is an interesting problem, and seems like a LP formulation would be appropriate. I wonder if it’s possible to account for a non-uniform “cost” of padding. For example, the...