TCustomRVMicrophone.BitsPerSample, SamplesPerSec

<< Click to display table of contents >>

TCustomRVMicrophone.BitsPerSample, SamplesPerSec

The properties define quality of sound read from a microphone.

property SamplesPerSec: TRVSamplesPerSec;
property BitsPerSample: TRVBitsPerSample;

Higher values may increase sound quality, but they increase traffic and lag as well.

"Samples per second" is often called "sample rate", "bits per sample" is often called "sample size".

Default values

SamplesPerSec: rvsps8000

BitsPerSample: rvbps8

See also

WAVFileName