Skip to content

leoliu/play-sound-osx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Implement play-sound-internal for Mac OS X

To enable it place this snippet:

(unless (and (fboundp 'play-sound-internal)
             (subrp (symbol-function 'play-sound-internal)))
  (require 'play-sound))

in your init file.

About

Implement play-sound-internal on osx using aplay

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published