twitch-chat-voice

command module
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 2, 2022 License: MIT Imports: 19 Imported by: 0

README


* Hacer un fork del tts para integrar oto como player
* Crear un skip de mensaje
* Eliminar los archivos que se generan de /audio


GUI:

This repo is using GIO as gui framework, to work around it you need to install some [install some libraries](https://gioui.org/doc/install)



//Normal linux
go run -o bin/linux main.go

//without X11
go run --tags nox11 -o bin/linux-without-x11 main.go

//without Wayland
go run --tags nowayland -o bin/linux-without-wayland main.go


//Compile from linux to windows
GOOS=windows GOARCH=amd64 go build -ldflags="-H windowsgui" -o bin/windows-amd64.exe main.go

//Compile from linux to MacOS


//64
GOOS=darwin GOARCH=amd64 go build -o bin/darwin-64 main.go


//32
GOOS=darwin GOARCH=386 go build -o bin/darwin-32 main.go

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
ui

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL