mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-06-27 16:52:06 +02:00
Create audio transcoder
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
package config
|
||||
|
||||
import (
|
||||
"gitlab.crans.org/nounous/ghostream/transcoder/audio"
|
||||
"net"
|
||||
|
||||
"github.com/sherifabdlnaby/configuro"
|
||||
@ -59,6 +60,10 @@ func New() *Config {
|
||||
ListenAddress: ":8023",
|
||||
},
|
||||
Transcoder: transcoder.Options{
|
||||
Audio: audio.Options{
|
||||
Enabled: true,
|
||||
Bitrate: 160,
|
||||
},
|
||||
Text: text.Options{
|
||||
Enabled: false,
|
||||
Width: 80,
|
||||
|
Reference in New Issue
Block a user