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
When running ./dump_features with the -rir_list argument, I'm getting an immediate error *** stack smashing detected ***: terminated. I've tracked this down as far as rnn_fft_impl() in src/kiss_fft.c, when loading the first RIR listed in the text file.
When running
./dump_features
with the-rir_list
argument, I'm getting an immediate error*** stack smashing detected ***: terminated
. I've tracked this down as far asrnn_fft_impl()
insrc/kiss_fft.c
, when loading the first RIR listed in the text file.The executable works perfectly with the RIR argument omitted. I am using the RIR files from https://media.xiph.org/rnnoise/data/measured_rirs-v2.tar.gz, and my text file looks like this:
Can anyone else replicate this issue? Thanks.
The text was updated successfully, but these errors were encountered: