see i have one audio track whose sample rate is 44100 then what does it mean ?
what is the duration of one frame of audio? How can i get it in c?
Does frame and sample both are different term for audio?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A sample of audio is similar to a frame of video, it’s a capture of the sound level at a particular time point, in the same way as a frame of video is a capture of the light pattern. A frame rate of 44,100 is 44,100 samples per SECOND, or 44.1 kHz. So a sample duration is 1/44,100 seconds = 2.26e-5 seconds.
We can hear sounds in the approximate range 20 Hz to 20 kHz, so the sample rate needs to be very high to capture that information accurately enough to reproduce it without too many artifacts.