Skip to main content

kSampleRate48kHz

Electron APIs / recorder / kSampleRate48kHz

type kSampleRate48kHz = 48000;

Fixed audio sample rate of 48kHz.

Commonly used in professional audio and video recording, broadcasting, and streaming. Offers a balance between quality and performance, and is often the default sample rate in real-time communication systems.

Example

const sampleRate: kSampleRate48kHz = 48000;