Joseph Weidinger

Results 19 comments of Joseph Weidinger

It looks like this codebase is written in Python 2 and hasn't been updated for Python 3. The repo hasn't had a new commit in 7 years at this point....

Unfortunately, using 2to3 doesn't exactly make everything work. The program has a problem in the events.py file: ValueError: 'pitch' in **slots** conflicts with class variable (line 112ish). A quick google...

My brother and I started removing them and it would run parts with no errors but it seems there were other issues. Can't remember. But it might not be that...

@smtws [Here is a](https://peteris.rocks/blog/web-audio-api-playback-rate-preserve-pitch/) page that modifies this library very slightly so that it actually works.

I pip installed magenta locally with these modifications and was at least able to get `import magenta` to work. ``` tensorflow-macos==2.9.2 librosa==0.9.2 numba==0.56.4 numpy==1.22.4 ``` I understand this repo is...

@Jackl-o-o-l That notebook doesn't work for me: I run into the same issue as https://github.com/magenta/mt3/issues/136#issue-1823434021 Did you make any other alterations?

> What value are you setting for `time_gran` on the `fuse_conn_info` structure you receive on the init callback? 1. I'll have to look into this more.

> how did you get large-v3-turbo to work? I thought that it is not supported According to https://github.com/m-bain/whisperX/issues/1099#issuecomment-2788374644 it may work?