Simon Stone
Simon Stone
I have the same problem and would appreciate any help.
> As I said, I won't be able to provide a full review but this looks already quite good to me. @nullpunktTUD is there things missing? Otherwise I would give...
Are there any changes left for me to make?
> @nullpunktTUD alternatively we can wait for #91 to be merged first I think that would be easier. Rebasing easily turns into a rabbit hole (at least for me). 😁
> @mcafaro Sorry for the late reply. While setting up MATLAB I had an issue with `libstdc++.so.6`: https://it.mathworks.com/matlabcentral/answers/329796-issue-with-libstdc-so-6 > > One of the way to solve it is to rename...
Thank you so much for the quick response, @singhbal-baljinder ! This solved my problem.
No worries. It's helpful to know that it's not going to happen this semester.
I noticed this, too. In my case, the output length (let's call it `len_sy`) of the synthesized speech was different than the length `len_orig` of the original speech. Setting the...
If I am not mistaken, the `async for` loop waits for the next `message_str` forever. Try to include something like this: ``` async for message_str in socket: message = json.loads(message_str)...
Would also love to see support for multimodal embedding models!