<< Click to display table of contents >> TRVMicrophone |
TRVMicrophone reads sound from a microphone.
Unit [VCL and LCL] MRVMicrophone;
Unit [FMX] fmxMRVMicrophone
Syntax
TRVMicrophone = class(TCustomRVMicrophone)
TObject TPersistent TComponent |
This component publishes properties inhertied from TCustomRVMicrophone.
TRVMicrophone can be assigned as an AudioSource to TRVCamSender to send sound to the network.
TRVMicrophone can be assigned as an AudioSource to TRVMicrophoneView to visualize its activity.
This component does not play sound itself. To play sound, assign TRVAudioPlayer component to AudioOutput property.
•TRVCamSound (sound from videos received by TRVCamera component).
Linux (Lazarus): RVMedia uses ALSA (Advanced Linux Sound Architecture) to record sound. If ALSA is not available, it falls back to OSS (Open Sound System). However, an OSS support has less functionality, so ALSA is highly recommended.