-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
AIFF, WAVPack, Monkey's Audio, ASF/WMA, DSF, DSD support #361
Comments
Theoretically, I may try to take this further by effectively gutting most of the ExoPlayer internals and just using FFMpeg for audio decoding and format/metadata parsing. Again, basically what the big proprietary music players do. Depends on how good FFMpeg's metadata support is (i.e Multi-value capabilities). Edit: This is much harder than I originally thought. I would have to do a huge amount of work in order to get the proper format support set up here. |
Since this is a difficult to implement solution, would you be opposed to a hacky fix that works? |
If it's sufficiently stable @dreamsyntax. There is a lot of taped together stuff in Auxio (the bottom sheet system is...rough...), but the end stability is what matters. |
I think the idea somehow @dreamsyntax would be to make an ExoPlayer |
Not sure who Claude is in this context, but I can give it a try. I would very much like to be able to play .wma files, and several of my peers would appreciate the feature, so I am motivated. |
I was just joking about the AI model 😅, it's pretty helpful as an assistant when you're doing some really exotic stuff you're not familiar with. |
Sorry, same here. It was too good to pass up. IMO LLMs usually do more harm than good unless you already generally know a topic, but that debate is offtopic for here :P |
With #346, the door is theoretically opened for the addition of more obscure audio formats like those specified in the title. To do this, I would have to:
This is relatively low-priority right now.
The text was updated successfully, but these errors were encountered: