On macOS it seems that afplay is a player that can be used. (I don't use macOS myself, just reporting on behalf of another user.)
We could create emms-player-afplay.el. A starting point would be this:
--8<---------------cut here---------------start------------->8---
(define-emms-simple-player afplay '(file)
(regexp-opt '(".mp3" ".m4a" ".aac"))
"afplay")
(setq emms-player-list `(,emms-player-afplay))
--8<---------------cut here---------------end--------------->8---
If anyone is willing to give it a shot! ;)
--
Pierre Neidhardt
https://ambrevar.xyz/
signature.asc
Description: PGP signature
_______________________________________________ Emms-help mailing list [email protected] https://lists.gnu.org/mailman/listinfo/emms-help
