working config.toml file

This commit is contained in:
LeonardoTrapani
2025-08-20 14:59:51 +02:00
parent b8a22662f3
commit 99f82fb420
4 changed files with 22 additions and 8 deletions
+1
View File
@@ -26,6 +26,7 @@ type Config struct {
BufferSize int
Device string
ChannelBufferSize int
Timeout time.Duration
}
type Recorder struct {