Code

Speech Intelligibility Predictors

Throughout my Ph.D., we proposed multiple speech intelligibility prediction algorithms. The below package includes code for the DBSTOI, MBSTOI, and NI-STOI measures:

dbstoi_mbstoi_nistoi.zip

The package includes two versions of the NI-STOI measure. One reflects the one discussed in the publication and thus makes use of an ideal VAD. The other uses no VAD and simply assumes speech to be present everywhere in the signal. The package also includes a small demo script.

Please be advised that these implementations are provided as is, and that I cannot guarantee in any way that they work as intended or that they accurately reflect the algorithms described in the above referenced papers.