File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ sampling rate or frame rate is the number of times per second the sound is
3030sampled. The number of channels indicate if the audio is mono, stereo, or
3131quadro. Each frame consists of one sample per channel. The sample size is the
3232size in bytes of each sample. Thus a frame consists of
33- *nchannels *\* *samplesize* bytes, and a second's worth of audio consists of
34- *nchannels *\* *samplesize*\* *framerate* bytes.
33+ *nchannels *\*\ *samplesize * bytes, and a second's worth of audio consists of
34+ *nchannels *\*\ *samplesize *\*\ *framerate * bytes.
3535
3636For example, CD quality audio has a sample size of two bytes (16 bits), uses two
3737channels (stereo) and has a frame rate of 44,100 frames/second. This gives a
You can’t perform that action at this time.
0 commit comments