Skip to content

StanislavSeregin/yandex-speech-kit-synth-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yandex SpeechKit synth app

Cross-platform app for text-to-speech using yandex api.

How to build

Run shell command (docker required):

  • Windows
docker build --file Dockerfile --output release-build --build-arg RUNTIME=win-x64 .
  • Linux
docker build --file Dockerfile --output release-build --build-arg RUNTIME=linux-x64 .
  • OSX
docker build --file Dockerfile --output release-build --build-arg RUNTIME=osx-x64 .

How to use

  • Run ./release-build/App.Api.exe or ./release-build/App.Api app
  • Press Web GUI button to open

About

Yandex SpeechKit synthesizer client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published