Previously, we are talking with aliens in C#, Nemerle and Boo. Now let's try to do the same on F#. See code below.
open System open Alvas.Audio let rex = new RecorderEx(true); let play = new PlayerEx(true); let pcmFormat = AudioCompressionManager.GetPcmFormat(int16 1, int16 16, 44100); let rexData () (e : DataEventArgs) : unit = let data = AudioCompressionManager.Reverse(pcmFormat, e.Data); ignore(play.AddData(data)); let rex_DataHandler = new RecorderEx.DataE...
1 comment posted.
#1
http://aeonpiphlo.blogspot.com/
858 days, 5 hours, 30 minutes ago said:
Fresh learning. I like it.
Technologiesofpeace.com