Skip to content

moeyashi/practice-cpp-cmake-voicevox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

practice cpp cmake voicevox

run

in devcontainer

Dockerコンテナから音出すの難しかったので./simple_ttsで作成されたaudio.wavをホスト側にコピーしたら再生できます。

binary=download-linux-x64
curl -sSfL https://github.com/VOICEVOX/voicevox_core/releases/latest/download/${binary} -o download
chmod +x download
./download
cmake -S . -B build
cmake --build build
cp build/simple_tts ./
./simple_tts これはテストです

in host

docker build -t practice-cpp-cmake-voicevox .
docker run practice-cpp-cmake-voicevox
# docker cp などでaudio.wavをホスト側にコピーして再生

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published