Benno Weck

Results 15 comments of Benno Weck

This would be such a useful feature!

Hi! Thanks for the explanation. Since the queue is infinite, the entire file could get read in the separate thread before the client code gets to call `read_data`. That's why...

Since my main goal was to speed up the file loading and you plan to release a new version soon, what do you think about raising the [`block_size`](https://github.com/beetbox/audioread/blob/master/audioread/ffdec.py#L123)? Maybe by...

I don't think it's related to the latest changes. In the traceback in the screenshot line 300 in ffdec.py is `self.stderr_reader.join()`. Since the latest changes this is actually in line...

Since [version 0.8.0](https://github.com/pytorch/audio/releases/tag/v0.8.0) the resampling in torchaudio is based on _julius_. > Leveraged julius resampling implementation to make resampling faster. (https://github.com/pytorch/audio/pull/1087)

@dbogdanov you can check how the actions build looks like here: https://github.com/Bomme/essentia/actions I think the actions don't get triggered in this repository until the yml file is on a branch...

@DWhettam can you please share a stacktrace of the error that you see?

+1 this would be a very useful feature!

Maybe the simplest solution would be to upgrade the `stereofy` [base image](https://github.com/MTG/freesound/blob/master/docker/Dockerfile.workers_web#L3) to debian 12 which comes with [`flac 1.4.2`](https://packages.debian.org/bookworm/flac)?

The `python:3:10` image is debian bookworm ```shell $ !cat /etc/*-release PRETTY_NAME="Debian GNU/Linux 12 (bookworm)" NAME="Debian GNU/Linux" VERSION_ID="12" VERSION="12 (bookworm)" VERSION_CODENAME=bookworm ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" ``` And [debian bookworm ships flac...