feat: add lossless flac to wav converter

This commit is contained in:
Mathis Maquenne
2026-08-05 22:51:43 +02:00
parent eea049aae9
commit b3777bf8eb
5 changed files with 496 additions and 0 deletions
+2
View File
@@ -5,6 +5,8 @@ import (
"os"
)
const PartPattern = ".godeez-*.part"
func EnsureDir(path string) error {
info, err := os.Stat(path)
if os.IsNotExist(err) {