1
0
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:
Yohann D'ANELLO
2020-10-18 21:46:36 +02:00
parent b5aac93c97
commit 20776d897c
5 changed files with 147 additions and 1 deletions

View File

@ -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,