Léonard.
Léonard.
Same here :'( See here for a workaround : https://github.com/z0mt3c/hapi-swaggered/issues/165
It is, according to font-roboto package : simply add window.polymerSkipLoadingFontRoboto = true to your index.html file. (or any starting point.) Concerned code : ```js // Give the user the choice...
Looks like you are trying to use an ARM64 Thorium on a x64 macOS. Use latest "Thorium_MacOS_X64.dmg" instead, such as the one there : https://github.com/Alex313031/Thorium-Special/releases/tag/M114.0.5735.134-2
Use a Python version below 3.13 such as 3.12.9 Duplicate of https://github.com/Blaizzy/mlx-audio/issues/110#issue-3037835545 You may run into issues as 0.1.0 is buggy, use main branch instead :)
@elepherai before joining the room (react sample) : In your component / hook : ```typescript const permissionStreamRef = useRef(null); ``` ```typescript const stream = await navigator.mediaDevices.getUserMedia({ audio: true, video: true,...
Using the latest main orpheus works using this command (only in python 3.11, tried 3.12 and got dependencies issues) : After pull : `pip install -r requirements.txt` Then : ```python...
The typescript version can't be installed from npm.. :/
Try with python 3.11 and it should work on latest main ~~Did not try with the package~~ ```bash python -m mlx_audio.tts.generate --text "Hello, world" --play ``` EDIT : tried with...