This repository has been archived on 2026-08-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ROCm-Research-Archive/_TestScripts/Scripts and Tests/_test_tts.sh
T
2026-08-20 00:45:43 +02:00

8 lines
228 B
Bash

#!/bin/bash
curl -s -w "\nHTTP %{http_code}\n" \
-o /tmp/test_speech.wav \
http://localhost:8072/v1/audio/speech \
-H "Content-Type: application/json" \
-d '{"input":"Hello World"}' 2>&1
ls -la /tmp/test_speech.wav 2>&1