You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 :
But those ones will :
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 ?
The text was updated successfully, but these errors were encountered: