;ELC   
;;; compiled by amu@mit.edu on Sat Sep 13 16:19:05 1997
;;; from file /afs/sipb.mit.edu/contrib/emacs/packages/gnus-5.4.67/lisp/gnus-audio.el
;;; emacs version 19.30.1.
;;; bytecomp version FSF 2.10
;;; optimization is on.
;;; this file uses opcodes which do not exist in Emacs 18.

(if (and (boundp 'emacs-version)
	 (or (and (boundp 'epoch::version) epoch::version)
	     (string-lessp emacs-version "19.29")))
    (error "`gnus-audio.el' was compiled for Emacs 19.29 or later"))


(byte-code "ÀÁ!„ ÀÁ!„ ÂÃ\f\"ÁBÆÇ!‡" [boundp running-xemacs string-match "XEmacs\\|Lucid" emacs-version current-load-list require nnheader] 3)
#@56 When t, we will not spawn a subprocess to play sounds.
(defvar gnus-audio-inline-sound (byte-code "ÀÁ!… Á ‡" [fboundp device-sound-enabled-p] 2) (#$ . 645))
#@43 The directory containing the Sound Files.
(defvar gnus-audio-directory (nnheader-find-etc-directory "sounds") (#$ . 809))
#@58 Executable program for playing sun AU format sound files
(defvar gnus-audio-au-player "/usr/bin/showaudio" (#$ . 937))
#@42 Executable program for playing WAV files
(defvar gnus-audio-wav-player "/usr/local/bin/play" (#$ . 1062))
#@35 Play a sound through the speaker.
(defalias 'gnus-audio-play #[(file) "À	!ƒ\n 	‚ \n	PÀ!…? \fƒ Å!‚? ÆÇ\"ƒ0 È	ÊË%‚? ÆÌ\"…? ÈÊË%)‡" [file-exists-p file gnus-audio-directory sound-file gnus-audio-inline-sound play-sound-file string-match "\\.wav$" call-process gnus-audio-wav-player 0 nil "\\.au$" gnus-audio-au-player] 6 (#$ . 1174) nil])
#@39 Name of the Gnus startup jingle file.
(defvar gnus-startup-jingle "Tuxedomoon.Jingle4.au" (#$ . 1530))
#@56 Play the Gnus startup jingle, unless that's inhibited.
(defalias 'gnus-play-jingle #[nil "À	!‡" [gnus-audio-play gnus-startup-jingle] 2 (#$ . 1639) nil])
(byte-code "ÀÁ!ˆÂÃ!‡" [provide gnus-audio run-hooks gnus-audio-load-hook] 2)
