dbrock / bongo

Play music with GNU Emacs
http://www.emacswiki.org/emacs/Bongo
Other
210 stars 22 forks source link

Missing out-of-box support for some audio formats #54

Open 813gan opened 4 years ago

813gan commented 4 years ago

Hi.

With default setup (and vlc backend) bongo is unable to play m4a and opus files which are not extremely rare. I was able to workaround it via adding these format to lists of extensions and adding

(setq bongo-custom-backend-matchers
            '((vlc local-file "m4a")
              (vlc local-file "opus") ))

to my .emacs but in my opinion it should not be necessary.

Grant-S-Z commented 6 months ago

Quite useful! Thanks for your issue.