hapasa

Results 8 comments of hapasa

Seems like many things come from Mach? That said, I'm not sure if the following is any help: https://opensource.apple.com/source/system_cmds/system_cmds-496/vm_stat.tproj/vm_stat.c I'm having a hard time reconciling those numbers and their units...

To build the python wheel of the most recent version, 1.2.0, I had to modify the setup.py to be the following: ``` import platform from pathlib import Path # Available...

To make the Windows build work in non WSL windows seems to be trickier. My current notes are: Setup compiler env, paths: ` C:/VS/2022/Community/VC/Auxiliary/Build/vcvarsx86_amd64.bat` Add BOM mark to src/phoneme_ids.hpp So...

PUSH=yes ./build.sh PUSH=yes CURRENT_PLATFORM=linux/arm64 ./build.sh (first line for AMD/Intel, second for Arm) Should both build and push a multiplatform image from my reading of the script. If the CI script...

I was getting the same Wait aborted errors on ubuntu 24.04, which are gone with frames_per_buffer=256 parameter. However, with: ``` from RealtimeTTS import TextToAudioStream, SystemEngine, CoquiEngine engine = SystemEngine() #...

I got bitten by the same. The issue seems to be that piper-phonemize is not built for Windows: https://pypi.org/project/piper-phonemize/#files

I have the same error on Windows. [v] Flutter (Channel stable, 3.35.5, on Microsoft Windows [Version 10.0.19045.6332], locale en-US) [v] Visual Studio - develop Windows apps (Visual Studio Community 2022...

Hi, Thanks for looking into this. Seems this is fixed at GraalPy side in the upcoming version 25.xx which supports unicode version 16. Best, Harri On Tue, Feb 18, 2025...