
Relationship between kHz and bit
Use an audio interface when recording live sound to your DAW. At this time, the A / D converter converts analog to digital
and kHz or bits are used during this conversion process.
Let’s take a look at the following figure. It is analog, so of course it is continuous.

Analog input waveform
When
converted with low kHz (sampling frequency) and low bits (speed), it becomes as shown in the figure below.

Waveform after digital recording Low sample rate
The prototype of the original sound of the original is somehow preserved.
When converting with a high sample rate and bit rate, it will be as shown in the figure below.
Waveform after digital recording High sampling frequency
It is close to the original waveform.
The
Above figure shows the difference between low sample rate and low bit rate and high sample rate and high bit rate.
Now about the sample rate and bit rate.
The sampling rate, also known as “sampling”,
represents how many times it is sampled per second.
The bit rate, also known as “quantization”,
indicates how many steps the loudness is reproduced from silence to maximum volume.
The following figure is the picture. The apparent difference between “16 bit and 24 bit” is 24-16 = 8, but in reality there is a stage difference of 16,777,216 steps-65,536 steps = “16,711,680 steps”. The difference between 16-bit and 24-bit is actually 256 times.
16-bit 44.1 kHz recording
24-bit 48kHz recording
By the way, the sampling frequency is 48 kHz ÷ 44.1 kHz = 1,088 times.
It makes no sense to judge sound quality by numbers, but
I think the relationship between sample rate and bitrate is not negligible difference.
Another thing related to sound is the “standards / features”.
Audio CDs are created at 44.1 kHz, 16-bit, but as the response of
frequency is 20 Hz to 20 kHz, to be precise, the sound
between 20 Hz and 20 kHz it is sampled 44,100 times per second and
volume is 65,536. What we record on stage is the
“CD” we are listening to.
By the way, the bit rate is 1411.2 kbps.
Just a bit for reference on the ability to generate data.
Information such as headings and labels is actually added, so it will be a bit larger.
Taking WAV as an example,
data size = sample rate (Hz) x number of bits x number of channels x time (seconds)
1 second stereo sound source (2ch) recorded at 44.1 kHz, 16-bit
When converted to WAV,
44,100 (Hz) x 16 bits x 2 channels x 1 second = 1,411,200 bits
Byte conversion = 1,411,200 bits ÷ 8 = 176,400
Byte Conversion KB = 176,000 Bytes ÷ 1024 = 172KB
One second of WAV data is 172 KB.
So how many minutes of WAV data can you burn to a CD-R?
CD-R 650 MB = 665,600 KB ÷ 172 KB (1 second) =
Converted to 3869 seconds = 3869 seconds ÷ 60 = 64 minutes
The time that WAV can be recorded on a CD-R in data format is 64 minutes.
* The recording time in CD-DA format and the recording time in WAV data
differ depending on the recording format.
Reference:
1Byte = 8bit
1KB = 1024byte
1MB = 1024KB = 1,048,576Byte
1GB = 1024MB = 1,073,741,824Byte
1TB = 1024GB = 1,099,511,627,776Byte
As always,
I think there may be minor errors in the omission of rounding in the calculation and the content of the explanation, but please understand it at the OK level if it is approximately correct.

















