schmiph2

Results 10 comments of schmiph2

Hi Daniele Thank you for your response. I have prepared a [Colab notebook](https://colab.research.google.com/drive/1rKYyCumYJEXSLAoU7nzGk118LlTSSVnE?usp=sharing) for a similar setup as I intended to work on (mapping time-sequence X to Y). With the...

Hi wangshaoce I think it shouldn't be a problem (it's just a warning). Scipy's wav read function just can't read some of the wav file's meta data. But this should...

Hi pauquail Unfortunately, BSD is not ready yet. I plan to implement the BSD measure according to the book [Speech Dereverberation](https://www.springer.com/de/book/9781849960557) written by Naylor and Gaubitch. But I am not...

Hi Sorry for my late reply. I haven't encountered this error message yet (its from the python-pesq package). Could you provide the wav files to reproduce the error?

Very good point! I used [Loizou's book ](https://www.routledge.com/Speech-Enhancement-Theory-and-Practice-Second-Edition/Loizou/p/book/9781138075573) as a reference. More specifically, his Matlab reference implementation in [the supporting material](https://s3-eu-west-1.amazonaws.com/s3-euw1-ap-pe-ws4-cws-documents.ri-prod/9781138075573/9781138075573_disc.iso) of the book (can be found at the bottom...

Have you already found the problem? If no error occurred during installation, I assume you have a problem with the Python version. The command in the readme file will install...

Unfortunately not. The pesq metric of this repo in API to [this](https://github.com/ludlows/python-pesq/) implementation, which is a python wrapper to the [original c](https://www.itu.int/rec/T-REC-P.862-200102-I/en) implementation.

Hi iPwnXX Thank you for your interest in the package. The enhanced signal SHOULD have a larger PESQ score. But if you listen to the example, you will notice, that...

Hi ivllm Thank you for testing the library and fixing the bug. What is the difference between the two statements in lines 151-154? I guess you forgot to add your...

Thank you, I see it now. I will change it asap.