2
votes

Capturing audio with a Delphi XE3 FireMonkey 2 application
Sip from the Firehose
– FireMonkey version 2 (FM2) now supports playing and capturing audio files. The following is a simple Delphi XE3 application unit (my form had one TButton on it) that uses the TAudioCaptureDevice to record audio coming in from the default audio input (in my case, the built-in microphone on my notebook computer). unit AudioUnit; interface uses System.SysUtils, System.Types, System.UITypes, System.Rtti, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.Media; type TForm3 = class(TForm) Button1: TButton; procedure Button1Click(Sender: TObject); private { ...
Statistics
|
Visits by Source |
User Actions |