landon
Results
2
comments of
landon
I was able to get this working after passing None into __init__ of the RNNoise class as such: `class RNNoise(object): def __init__(self): self.obj = lib.rnnoise_create(None)`
@pranshurastogi29 In the rnnoise_demo.c file provided you'll see that the rnnoise_create() function is called with NULL passed in as its only parameter. I'm guessing that something needs to be passed...