~dsemy/emacs-miniaudio-player

miniaudio/libsndfile based audio player implemented as an Emacs dynamic module
Fix EMMS player `playable' function
; Add .gitignore
* miniaudio-player.el: Fix automatic module compilation

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~dsemy/emacs-miniaudio-player
read/write
git@git.sr.ht:~dsemy/emacs-miniaudio-player

You can also use your local clone with git send-email.

miniaudio Player - Simple music player implemented as an Emacs dynamic module

miniaudio Player provides a simple set of Elisp functions which can be
used to play audio through Emacs.  The functions are implemented in C,
using libsndfile to read audio data from various formats, and
miniaudio to play that data on various platforms.

Copyright:

Copyright © 2023 Free Software Foundation, Inc.
Licensed under GPLv3 or later.

The file "miniaudio.h" has its own license (public domain or MIT-0),
see the license statements at the end of it for more information.