Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lossless m4a (ALAC) support #28

Open
ink-splatters opened this issue Feb 16, 2024 · 0 comments
Open

Lossless m4a (ALAC) support #28

ink-splatters opened this issue Feb 16, 2024 · 0 comments

Comments

@ink-splatters
Copy link

ink-splatters commented Feb 16, 2024

What

seems m4a with ALAC (Apple Lossless) can't be played on the moment.

Symptoms

thread '<unnamed>' panicked at src/helpers/music_handler.rs:94:45: 
called `Result::unwrap()` on an `Err` value: UnrecognizedFormat

Get test ALAC file(s)

for f in *.flac ; do
    ffmpeg -nostdin -i "$f" -c:a alac -c:v copy "${f%.*}".m4a
done

Proposed fix

Maybe is it something trivial to enable or you'd need separate dependency and more like 'real' implementation of this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant