Replies: 1 comment 13 replies
-
thanks for your idea. |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm working with batches of audio files stored in 2D numpy arrays with shape
(batch_size, num_samples)
. Currently, the only way I found to run pesq through the batch is with a for loop but it is quite slow. Would it be possible to add a vectorized version of pesq that takes batches of audio in input and returns an array of pesq scores in output?Beta Was this translation helpful? Give feedback.
All reactions