-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Labels
Description
Description
FLAC files fail to play on Windows 11 with error:
ERR: decode: ffmpeg decode: exit status 0xbebbb1b7
MP3 files play correctly on the same system.
Steps to reproduce
- Install cliamp v1.27.8 (
cliamp-windows-amd64.exe) on Windows 11 - Install ffmpeg 8.1 (via
winget install ffmpeg) - Run
cliamp.exe path/to/file.flac
Expected behavior
FLAC files should play normally, as ffmpeg decodes them without issues:
ffmpeg -i file.flac -f wav -t 5 NUL
completes successfully.
Environment
- OS: Windows 11 Pro 10.0.26200
- cliamp: v1.27.8 (cliamp-windows-amd64.exe from releases)
- ffmpeg: 8.1-full_build (Gyan.dev, installed via winget)
- FLAC files: 44100 Hz, stereo, s16
Reactions are currently unavailable