Each channel is “sampled” separately, so you will have as many values per “sampling frequency” as there are channels.
The data rate for PCM (uncompressed) sound is
sample_freq * channels * bits_per_sample / 8
The most common are 16-bit samples, so you will have 44100 * 2 * 2 for your stereo recording with a sampling rate of 44100.
source share