
The bit rate directly affects the sound quality.

High bitrate is good and low bitrate is bad.

The code rate is the number of data bits transmitted per unit of time during data transmission. Generally, the unit we use is kbps, that is, kilobits per second.
The popular understanding is the sampling rate. The higher the sampling rate per unit time, the higher the precision, and the processed file is closer to the original file, but the file size is proportional to the sampling rate, so almost all encoding formats pay attention. It’s about how to use the lowest code rate to achieve the least distortion. The cbr (fixed code rate) and vbr (variable code rate) derived from this core are all articles in this regard, but things are not absolute, in terms of audio, the higher the bit rate, the lower the compressed ratio, the smaller the sound quality loss and the closer it is to the sound quality of the audio source.
The information in the computer is represented by binary 0 and 1, and each 0 or 1 is called a bit, which is represented by lowercase b, that is, bit (bit); uppercase B represents byte, ie byte, one byte = Eight bits, ie 1B=8b; the capital K in front stands for thousand, that is, thousand bits (Kb) or kilobytes (KB). Indicates the size of the file, usually using bytes (KB) to indicate the size of the file.
Kbps: The first thing to understand is that ps refers to /s, which is every second. Kbps refers to the speed of the network, that is, how many thousands of bits of information are transmitted per second (K means thousands of bits, Kb means how many thousands of bits), it is expressed in kb (kilobit), and in the case KBps means how many kilobytes are transferred per second. 1KBps = 8Kbps. The Internet speed of ADSL is 512 Kbps. If converted to bytes, it is 512/8 = 64 KBps (that is, 64 kilobytes per second).
A frame is a still image, and continuous frames form an animation, like a television image.
We normally say the number of frames. Simply put, it is the number of image frames transmitted in 1 second. It can also be understood that the graphics processor can update several times per second, usually expressed in fps (Frames Per Second). Each frame is a still image, and showing frames in rapid succession creates the illusion of movement. Higher frame rates result in smoother, more realistic animations. The more frames per second (fps), the smoother the motion is displayed.
What is the bitrate of the music?
It can also be called bit rate, which is nothing more than the amount of data reproduced per second by a type of music, the unit is expressed in bits, that is, binary bits. bps is the bit rate. b is bit, s is second, p is per, and one byte is equal to 8 binary bits. That is, the file size of a 4-minute song at 128bps is calculated as (128/8)*4*60=3840kB=3.8MB, which means that the same song with the same bit rate (bps) will not no matter what format (such as mp3 wma) The capacity is basically the same, which can only represent a transmission rate, not the sound quality. Due to different compression engines, the sound quality of different formats varies a lot. However, for the same format, the higher the bitrate, the larger the file and the better the sound quality.
What is the sample rate of the music?
Sampling rate refers to the number of samples per unit of time. The sampling rate is 44KHz, which means the number of samples per second is 44K, which means that 44,000 pieces of data are used to describe the sound waveform in 1 second. That is, the higher the sample rate, the better the sound quality. But he and bitrate are two completely different concepts.







