Liking cljdoc? Tell your friends :D

quip.sound


*main-music-player*clj

source

*main-music-thread*clj

source

->playerclj

(->player resource-name)
source

loop-musicclj

(loop-music music-file)

Continuously loop a music track using the main music thread.

Continuously loop a music track using the main music thread.
sourceraw docstring

play-soundclj

(play-sound sound-file)

Play a sound effect on it's own thread so that we don't kill the music when we call .close.

Play a sound effect on it's own thread so that we don't kill the
music when we call `.close`.
sourceraw docstring

stop-musicclj

(stop-music)

Stop the music on the main music thread.

Stop the music on the main music thread.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close