change license, update gumbleopenal package name

This commit is contained in:
Tim Cooper
2015-12-12 09:17:04 -04:00
parent 242aed8f00
commit 95c3fc469b
4 changed files with 376 additions and 22 deletions

View File

@@ -10,7 +10,7 @@ import (
"github.com/layeh/barnard/uiterm"
"github.com/layeh/gumble/gumble"
"github.com/layeh/gumble/gumbleutil"
"github.com/layeh/gumble/gumble_openal"
"github.com/layeh/gumble/gumbleopenal"
_ "github.com/layeh/gumble/opus"
)
@@ -50,7 +50,7 @@ func main() {
if os.Getenv("ALSOFT_LOGLEVEL") == "" {
os.Setenv("ALSOFT_LOGLEVEL", "0")
}
if stream, err := gumble_openal.New(b.Client); err != nil {
if stream, err := gumbleopenal.New(b.Client); err != nil {
fmt.Fprintf(os.Stderr, "%s\n", err)
os.Exit(1)
} else {