Skip to content

Commit 3353313

Browse files
Fix markup.
1 parent d3b7505 commit 3353313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)