Преглед на файлове

use gumbleutil.AutoBitrate

master
Tim Cooper преди 10 години
родител
ревизия
e336d47fc5
променени са 2 файла, в които са добавени 2 реда и са изтрити 4 реда
  1. +0
    -4
      client.go
  2. +2
    -0
      cmd/barnard/main.go

+ 0
- 4
client.go Целия файл

@@ -11,10 +11,6 @@ func (b *Barnard) OnConnect(e *gumble.ConnectEvent) {
b.UiTree.Rebuild()
b.Ui.Refresh()

if b.Client.AudioEncoder().Bitrate() > e.MaximumBitrate {
b.Client.AudioEncoder().SetBitrate(e.MaximumBitrate / 3)
}

b.UpdateInputStatus(fmt.Sprintf("To: %s", e.Client.Self().Channel().Name()))
b.AddOutputLine(fmt.Sprintf("Connected to %s", b.Client.Conn().RemoteAddr()))
if e.WelcomeMessage != "" {


+ 2
- 0
cmd/barnard/main.go Целия файл

@@ -9,6 +9,7 @@ import (
"github.com/layeh/barnard"
"github.com/layeh/barnard/uiterm"
"github.com/layeh/gumble/gumble"
"github.com/layeh/gumble/gumbleutil"
"github.com/layeh/gumble/gumble_openal"
)

@@ -43,6 +44,7 @@ func main() {
}

b.Client = gumble.NewClient(&b.Config)
b.Client.Attach(gumbleutil.AutoBitrate)
b.Client.Attach(&b)
// Audio
if stream, err := gumble_openal.New(b.Client); err != nil {


||||||
x
 
000:0
Loading…
Отказ
Запис