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_clone_speak.sh
T
2026-08-20 00:45:43 +02:00

9 lines
319 B
Bash

#!/bin/bash
curl -s -o /tmp/clone_test.wav \
-H "Content-Type: application/json" \
-d '{"input":"Hallo, ich bin eine geklonte Stimme. Das ist ziemlich cool.","voice":"meine_stimme","language":"german"}' \
http://localhost:8072/v1/audio/speech
echo "Clone WAV:"
ls -la /tmp/clone_test.wav
file /tmp/clone_test.wav