Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation fault when importing wave #3

Open
charon25 opened this issue Apr 21, 2021 · 0 comments
Open

Segmentation fault when importing wave #3

charon25 opened this issue Apr 21, 2021 · 0 comments

Comments

@charon25
Copy link

I tried to use the rnnoise.py file in my project, but when I imported the standard wave library after the file, it gave me a Segmentation fault.
However I can't seem to find the exact pattern, as importing wave before (or sometime just after) rnnoise works, as well as adding the import clause directly into rnnoise.py.

This code won't work for example :

import rnnoise
import threading
import subprocess
import wave

But those ones will :

import wave
import rnnoise
import threading
import subprocess
import rnnoise
import wave
import threading
import subprocess
import rnnoise
import threading
import subprocess

Maybe it comes from elsewhere, but I don't seem to have the same problem when not using the wave library.

Does this come from an incompatibility of some kind or is it an other problem completely ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant