question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. ItΒ collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Crashing at "inverse stft of instruments and vocals"

See original GitHub issue

Using GPU or CPU, it gets to β€œinverse stft of instruments and vocals”, hangs for about 30 seconds, then closes. This is on v2 and v4. I tried with the latest version of tsurumeso’s command line vocal remover and it works fine.

I’m using a GTX 1080ti, 32GB of system RAM, Windows 10. I tried with a clean install of both Python 3.8 and 3.7.

The console output: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 42/42 [00:03<00:00, 11.34it/s]

Installed packages:

audioread==2.1.9 cffi==1.14.3 dataclasses==0.6 decorator==4.4.2 future==0.18.2 joblib==0.17.0 librosa==0.6.3 llvmlite==0.31.0 numba==0.48.0 numpy==1.19.4 opencv-python==4.4.0.46 Pillow==8.0.1 pycparser==2.20 resampy==0.2.2 scikit-learn==0.23.2 scipy==1.5.4 six==1.15.0 SoundFile==0.10.3.post1 soundstretch==1.2 threadpoolctl==2.1.0 torch==1.7.0+cu110 torchaudio==0.7.0 torchvision==0.8.1+cu110 tqdm==4.30.0 typing-extensions==3.7.4.3

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:34 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
Anjok07commented, Nov 12, 2020

@ManOrMonster That β€˜PySoundFile’ error can be safely ignored.

Regarding the main issue, there may be a system setting preventing you from completing the conversion process (it might even be your Anti-virus). My advice to you at this point would be to try a test install of the application on another PC, VM, or platform.

We have been unable to replicate your issue on our end.

1reaction
DilanBoskancommented, Nov 11, 2020

Could you try reinstalling the librosa library? Could you send a video of the application hanging up, from start to finish, where both the cmd and the application is viewable fully?

Thank you that would help tremendously

Read more comments on GitHub >

github_iconTop Results From Across the Web

An Incremental Algorithm for Signal Reconstruction from Short ...
In this paper, we present an algorithm for reconstruction of a time-domain signal from the STFT magnitude, modified or other- wise. In contrast...
Read more >
Pitch Shifting Using The Fourier Transform
To implement pitch shifting using the STFT, we need to expand our ... we measure will be a multiple of the inverse of...
Read more >
Inverse short-time Fourier transform - MATLAB istft - MathWorks
This MATLAB function returns the Inverse Short-Time Fourier Transform (ISTFT) of s.
Read more >
Pitch Shifting of Audio Signals in Real Time Using STFT on a ...
The frequency domain algorithms work with the resulting frequency bins. After the pitch shift algorithm is done processing, an inverse transform.
Read more >
scipy.signal.istft β€” SciPy v1.9.3 Manual
Perform the inverse Short Time Fourier transform (iSTFT). STFT of the signal to be reconstructed. If a purely real array is passed, it...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found