Lars Platzdasch

Results 6 comments of Lars Platzdasch

Same issue described above was happening to me. It was happening because the url contained a query parameter that had an apostraphe in the value e.g. the url had an...

@andrewroar did you end up figuring this out? Facing the same issue.

In case it helps anyone in the future, what I did was pass the file as a base64 string to the server and on the server using ffmpeg, I converted...

In case it helps anyone in the future, I posted my solution using ffmpeg here https://github.com/0x006F/react-media-recorder/issues/101#issuecomment-1499626166

If you update the second section ``` !echo -e "Grab a cup a coffee and a slice of pizza...\n\n" !conda install -y -c conda-forge montreal-forced-aligner=2.2.17 openfst=1.8.2 kaldi=5.5.1068 && \ pip...

For anyone getting the following `HTTPClientError` issue with python 3.9 ``` 11.74 Traceback (most recent call last): 11.74 File "/app/melo/init_downloads.py", line 5, in 11.74 from melo.api import TTS 11.74 File...