[LAU] Re: [linux-audio-user] Create high-pitch noises like the mosquito device

Kjetil Svalastog Matheussen k.s.matheussen at notam02.no
Sun Apr 1 08:44:42 EDT 2007



listreader:
>
>Whats good software in linux to generate certain frequencies?

Start snd-ls, and paste the following into the terminal:

(let ((osc (make-oscil :frequency 16000)))
  (<rt-play> (lambda ()
	       (out (* 0.9 (oscil osc))))))




More information about the Linux-audio-user mailing list