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

Opus Format Support #117

Open
jsoftwareengineering opened this issue Apr 8, 2023 · 2 comments
Open

Opus Format Support #117

jsoftwareengineering opened this issue Apr 8, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@jsoftwareengineering
Copy link

Really excited to see this project revived and modernized!

Most of my music library is in the opus format and I was really confused why nothing was playing for a bit. I found a few files in a different format that play correctly so I assume that opus is the problem.

Bug: no error message when attempting to play files that can't be played.

Enhancement: add opus support.

@NattyNarwhal NattyNarwhal added the enhancement New feature or request label Apr 8, 2023
@NattyNarwhal
Copy link
Member

It's using AVFoundation, so we'd need to use a different playback engine for decoding Opus.

What server are you using? It's using the stream URL, so it should be transcoding when applicable - if you don't already have a transcoding rule, you can add one, at least for Subsonic/Navidrome IIRC.

@jsoftwareengineering
Copy link
Author

Sorry for the slow response on this! I'm using Nextcloud's music app which doesn't appear to do any transcoding on the backend.

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

No branches or pull requests

2 participants