Add fluent-ffmpeg dependency and refactor AAC to FLAC conversion logic

This commit is contained in:
Seth 2025-04-20 03:12:29 -04:00
parent df0627dea2
commit 34e6265cae
3 changed files with 26 additions and 11 deletions

View file

@ -11,7 +11,8 @@
"@tidal-music/auth": "^1.3.4",
"@types/fluent-ffmpeg": "^2.1.27",
"ffmpeg-static": "^5.2.0",
"flac-stream-tagger": "^1.0.10"
"flac-stream-tagger": "^1.0.10",
"fluent-ffmpeg": "^2.1.3"
},
"devDependencies": {
"@types/bun": "latest"