such as: metrics = speechmetrics.load('bsseval' , window_length) scores = metrics(?, ?) metrics = speechmetrics.load('nb_pesq', window_length) scores = metrics(?, ?) metrics = speechmetrics.load('stoi',, window_length) scores = metrics(?, ?) ......
such as:
metrics = speechmetrics.load('bsseval' , window_length)
scores = metrics(?, ?)
metrics = speechmetrics.load('nb_pesq', window_length)
scores = metrics(?, ?)
metrics = speechmetrics.load('stoi',, window_length)
scores = metrics(?, ?)
......