aminEdraki / py-intelligibility

Python implementation of a few speech intelligibility prediction algorithms
GNU General Public License v3.0
12 stars 1 forks source link

VAD and resampling method added. #2

Closed filippovillani closed 5 months ago

filippovillani commented 5 months ago

I translated the removeSilentFrames function from the MATLAB implementation. I also added a resampling method based on scipy which is similar to MATLAB's resample method. Now stgi and wstmi can handle any sample rate.