Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb2aeec commit 1a51b55Copy full SHA for 1a51b55
1 file changed
Doc/library/aifc.rst
@@ -30,8 +30,8 @@ sampling rate or frame rate is the number of times per second the sound is
30
sampled. The number of channels indicate if the audio is mono, stereo, or
31
quadro. Each frame consists of one sample per channel. The sample size is the
32
size 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.
+``nchannels * samplesize`` bytes, and a second's worth of audio consists of
+``nchannels * samplesize * framerate`` bytes.
35
36
For example, CD quality audio has a sample size of two bytes (16 bits), uses two
37
channels (stereo) and has a frame rate of 44,100 frames/second. This gives a
0 commit comments