Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there working examples? #28

Open
wes-kay opened this issue Mar 23, 2024 · 2 comments
Open

Is there working examples? #28

wes-kay opened this issue Mar 23, 2024 · 2 comments

Comments

@wes-kay
Copy link

wes-kay commented Mar 23, 2024

Just looking for a quick sample.

@hamdouni
Copy link

hamdouni commented Aug 6, 2024

package main

import (
	htgotts "github.com/hegedustibor/htgo-tts"
	"github.com/hegedustibor/htgo-tts/voices"
)

func main() {
	speech := htgotts.Speech{Folder: "audio", Language: voices.French}
	speech.Speak("Bonjour et bienvenue")
}

@wes-kay
Copy link
Author

wes-kay commented Aug 23, 2024

package main

import (
	htgotts "github.com/hegedustibor/htgo-tts"
	"github.com/hegedustibor/htgo-tts/voices"
)

func main() {
	speech := htgotts.Speech{Folder: "audio", Language: voices.French}
	speech.Speak("Bonjour et bienvenue")
}

Thanks, but I mean an audio sample for quickly seeing if it's the right tone / voice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants