package
Version:
v0.0.0-...-7e99c83
Opens a new window with list of versions in this module.
Published: Aug 21, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Token string `required:"true"`
Prefix string `required:"true"`
LogLevel slog.Level `required:"true" split_words:"true"`
DL ytdl.Config `required:"true"`
Ffmpeg ffmpeg.Config `required:"true"`
PCM PCMConfig `required:"true" split_words:"true"`
}
type PCMConfig struct {
FrameSize int `required:"true" split_words:"true"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.