What is the difference between sample rate and frame rate? I tried to check a song and found sample rate and frame rate using java.They have same value, It makes me confuse.
doesn't frame consist of many sample?
thank you
read the documentation
Sample rate = number of samples / second
Frame = 1 sample from each channel (PCM)
Frame Size = Sample size * Channels
Frame Rate = frames / second.
For PCM the sample rate and the frame rate are the same since a frame consists of a a sample from each channel