Starting audio.cpp server (HIP backend)...
Open http://127.0.0.1:8080 in your browser
audio.cpp is optimized for CUDA. The hip server backend is intended for portability and testing, but performance and model coverage may be lower than CUDA.
native WebUI model root: "C:\\AI\\audio.cpp\\models"
native WebUI package resources: "C:\\AI\\audio.cpp"
audiocpp_server listening on http://127.0.0.1:8080
ggml_cuda_init: found 1 ROCm devices (Total VRAM: 16304 MiB):
Device 0: AMD Radeon RX 9060 XT, gfx1200 (0x1200), VMM: no, Wave Size: 32, VRAM: 16304 MiB
@echo off
set PATH=C:\Program Files\AMD\ROCm\7.1\bin;%PATH%
cd /d "%~dp0"
echo Starting audio.cpp server (HIP backend)...
echo Open http://127.0.0.1:8080 in your browser
echo.
audiocpp_server.exe --ui --backend hip --ui-management
pause
I built and packaged the software following the instructions in
docs/build/windows-hip-distribution.md. When I imported Irodori-TTS via the web UI and generated TTS in Japanese, noise began to occur around the 22-second mark. When I tried generating TTS using Pocket TTS instead, the issue did not happen. (I also tried the voice design option, but got the same result)Environment
CPU: Ryzen 7 5700X
System RAM: 32GB
GPU: Radeon RX 9060 XT (VRAM 16 GB)
Graphic Driver: AMD Software: PRO Edition 26.Q3
Chipset Driver: AMD Chipset Drivers 8.08.12.551
Console log:
.bat file for launch:
Text to speech:
Results:
Attachments