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

@@ -3,14 +3,14 @@ package barnard
import (
"github.com/layeh/barnard/uiterm"
"github.com/layeh/gumble/gumble"
"github.com/layeh/gumble/gumble_openal"
"github.com/layeh/gumble/gumbleopenal"
)
type Barnard struct {
Config *gumble.Config
Client *gumble.Client
Stream *gumble_openal.Stream
Stream *gumbleopenal.Stream
Ui *uiterm.Ui
UiOutput uiterm.Textview