Patryk Niemiec

Results 7 issues of Patryk Niemiec

### Issue type Support ### Have you reproduced the bug with TensorFlow Nightly? No ### Source binary ### TensorFlow version 2.13 ### Custom code Yes ### OS platform and distribution...

type:support
TF 2.13

Is there any further development planned? I find it interesting to have a reasonable audio augmentations / features generation library accelerated with JAX. The most common library, [audiomentations](https://github.com/iver56/audiomentations), runs purely...

Would it be possible to control the playback time of video? Let's say I have some other component that plots some properties for video processed by my program. This plot...

enhancement

### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://github.com/prefix-dev/pixi/releases) of pixi, using...

bug

### Problem description I wanted to finally drop some ugly pip postinstalls and use git dependency. I wanted to install some hotfixed branch of git repository, but I met some...

:sparkles: enhancement
needs-design
needs-decision
:snake: pypi

I tried to setup linting workflow using this action and it obviously works as intended, but it lacks any verbosity, even with --verbose option. I'd expect successful workflow to output...

### 🐛 Describe the bug I'm using [MLS](https://www.openslr.org/94/) in Opus. For example trying to load [11956_10613_000004.opus.tar.gz](https://github.com/user-attachments/files/16454390/11956_10613_000004.opus.tar.gz). Loading works fine for other datasets. ```python import torchaudio torchaudio.load("11956_10613_000004.opus") ``` ``` Traceback (most...