Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1a51b55

Browse files
committed
Simplify markup.
1 parent eb2aeec commit 1a51b55

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/aifc.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ sampling rate or frame rate is the number of times per second the sound is
3030
sampled. The number of channels indicate if the audio is mono, stereo, or
3131
quadro. Each frame consists of one sample per channel. The sample size is the
3232
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.
33+
``nchannels * samplesize`` bytes, and a second's worth of audio consists of
34+
``nchannels * samplesize * framerate`` bytes.
3535

3636
For example, CD quality audio has a sample size of two bytes (16 bits), uses two
3737
channels (stereo) and has a frame rate of 44,100 frames/second. This gives a

0 commit comments

Comments
 (0)