ludlows / PESQ

PESQ (Perceptual Evaluation of Speech Quality) Wrapper for Python Users (narrow band and wide band)
https://github.com/ludlows/PESQ
MIT License
518 stars 97 forks source link

Segmentation fault(core dumped) #15

Closed sreejith-ratnakumar closed 3 years ago

sreejith-ratnakumar commented 3 years ago

I was trying to run the script with a 25 minute long audio and I got segmentation fault. Everything is fine when I checked with a 5 second audio

ludlows commented 3 years ago

The code needs to allocate memory for the long audio. So could you split the entire long audio into several shorter ones ? Thanks 

------------------ Original ------------------ From: Sreejith Ratnakumar <notifications@github.com> Date: Tue,Sep 29,2020 2:39 PM To: ludlows/python-pesq <python-pesq@noreply.github.com> Cc: Subscribed <subscribed@noreply.github.com> Subject: Re: [ludlows/python-pesq] Segmentation fault(core dumped) (#15)

I was trying to run the script with a 25 minute long audio and I got segmentation fault. Everything is fine when I checked with a 5 second audio

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

sreejith-ratnakumar commented 3 years ago

ok sure thanks

ludlows commented 3 years ago

the issue has been solved.